Html Css Color HEX #072BCC Persian Blue

📋 copy color: '#072BCC'

red 7 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #072BCC

Tints of Persian Blue #072BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.31%

R = 2.76%
G = 16.93%
B = 80.31%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#072BCC (or 0x072BCC) is known color: Persian Blue. HEX triplet: 07, 2B and CC. RGB value is (7,43,204). Sum of RGB (Red+Green+Blue) = 7+43+204=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #072BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BCC is #F8D433. Grayscale: #313131. Windows color (decimal): -16307252 or 13380359. OLE color: 13380359.

HSL color Cylindrical-coordinate representation of color #072BCC: hue angle of 229.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BCC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 43 204 -
CMYK 0.97 0.79 0 0.2
HSL 229.04º 0.93% 0.41% -
HSV(B) 229.04º 0.97% 0.8% -
XYZ 11.85 6.13 57.69 -
YUV 50.59 214.57 96.91 -
System Red Green Blue C M Y K H S L
Decimal 7 43 204 0.97 0.79 0 0.2 229.04 0.93 0.41
Hex 7 2B CC 61 4F 0 14 E5 5D 29
Octal 7 53 314 141 117 0 24 345 135 51
Binary 111 101011 11001100 1100001 1001111 0 10100 11100101 1011101 101001

Color Harmonies of #072BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BCC

Black with #072BCC

Text Example


Text Example

White with #072BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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