Html Css Color HEX #072BBF Persian Blue

📋 copy color: '#072BBF'

red 7 ◦ green 43 ◦ blue 191

#072BBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #072BBF

Tints of Persian Blue #072BBF

RGB

 RED value IS 7 (3.13% from 255) = 2.9%

 GREEN value IS 43 (17.19% from 255) = 17.84%

 BLUE value IS 191 (75% from 255) = 79.25%

R = 2.9%
G = 17.84%
B = 79.25%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#072BBF (or 0x072BBF) is known color: Persian Blue. HEX triplet: 07, 2B and BF. RGB value is (7,43,191). Sum of RGB (Red+Green+Blue) = 7+43+191=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #072BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BBF is #F8D440. Grayscale: #303030. Windows color (decimal): -16307265 or 12528391. OLE color: 12528391.

HSL color Cylindrical-coordinate representation of color #072BBF: hue angle of 228.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BBF is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 43 191 -
CMYK 0.96 0.77 0 0.25
HSL 228.26º 0.93% 0.39% -
HSV(B) 228.26º 0.96% 0.75% -
XYZ 10.36 5.53 49.81 -
YUV 49.11 208.07 97.97 -
System Red Green Blue C M Y K H S L
Decimal 7 43 191 0.96 0.77 0 0.25 228.26 0.93 0.39
Hex 7 2B BF 60 4D 0 19 E4 5D 27
Octal 7 53 277 140 115 0 31 344 135 47
Binary 111 101011 10111111 1100000 1001101 0 11001 11100100 1011101 100111

Color Harmonies of #072BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BBF

Black with #072BBF

Text Example


Text Example

White with #072BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072BBF; }

 p { color: rgb(7,43,191); }

 H1.HeaderClassName
 {
   color: #072BBF;
 }
 .AnyTagClassName
 {
   color: #072BBF;
 }
</style>

background-color css

<style>
 a { background-color: #072BBF; }

 a { background-color: rgb(7,43,191); }

 div.DivClassName
 {
   background-color: #072BBF;
 }
 .BgClassName
 {
   background-color: #072BBF;
 }
</style>

border-color css

<style>
 span { border-color: #072BBF; }

 span { border-color: rgb(7,43,191); }

 td.TdClassName
 {
   border-color: #072BBF;
 }
 .TagClassName
 {
   border-color: #072BBF;
 }
</style>