Html Css Color HEX #0872CC Navy Blue

📋 copy color: '#0872CC'

red 8 ◦ green 114 ◦ blue 204

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

Shades of Navy Blue #0872CC

Tints of Navy Blue #0872CC

RGB

 RED value IS 8 (3.52% from 255) = 2.45%

 GREEN value IS 114 (44.92% from 255) = 34.97%

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

R = 2.45%
G = 34.97%
B = 62.58%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0872CC (or 0x0872CC) is known color: Navy Blue. HEX triplet: 08, 72 and CC. RGB value is (8,114,204). Sum of RGB (Red+Green+Blue) = 8+114+204=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #0872CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872CC is #F78D33. Grayscale: #5C5C5C. Windows color (decimal): -16223540 or 13398536. OLE color: 13398536.

HSL color Cylindrical-coordinate representation of color #0872CC: hue angle of 207.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0872CC is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 114 204 -
CMYK 0.96 0.44 0 0.2
HSL 207.55º 0.92% 0.42% -
HSV(B) 207.55º 0.96% 0.8% -
XYZ 17.02 16.45 59.4 -
YUV 92.57 190.88 67.68 -
System Red Green Blue C M Y K H S L
Decimal 8 114 204 0.96 0.44 0 0.2 207.55 0.92 0.42
Hex 8 72 CC 60 2C 0 14 D0 5C 2A
Octal 10 162 314 140 54 0 24 320 134 52
Binary 1000 1110010 11001100 1100000 101100 0 10100 11010000 1011100 101010

Color Harmonies of #0872CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872CC

Black with #0872CC

Text Example


Text Example

White with #0872CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0872CC; }

 p { color: rgb(8,114,204); }

 H1.HeaderClassName
 {
   color: #0872CC;
 }
 .AnyTagClassName
 {
   color: #0872CC;
 }
</style>

background-color css

<style>
 a { background-color: #0872CC; }

 a { background-color: rgb(8,114,204); }

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

border-color css

<style>
 span { border-color: #0872CC; }

 span { border-color: rgb(8,114,204); }

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