Html Css Color HEX #0872DC Navy Blue

📋 copy color: '#0872DC'

red 8 ◦ green 114 ◦ blue 220

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

Shades of Navy Blue #0872DC

Tints of Navy Blue #0872DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 2.34%
G = 33.33%
B = 64.33%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0872DC (or 0x0872DC) is known color: Navy Blue. HEX triplet: 08, 72 and DC. RGB value is (8,114,220). Sum of RGB (Red+Green+Blue) = 8+114+220=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #0872DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872DC is #F78D23. Grayscale: #5D5D5D. Windows color (decimal): -16223524 or 14447112. OLE color: 14447112.

HSL color Cylindrical-coordinate representation of color #0872DC: hue angle of 210º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0872DC is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 114 220 -
CMYK 0.96 0.48 0 0.14
HSL 210º 0.93% 0.45% -
HSV(B) 210º 0.96% 0.86% -
XYZ 19.04 17.25 70.04 -
YUV 94.39 198.88 66.38 -
System Red Green Blue C M Y K H S L
Decimal 8 114 220 0.96 0.48 0 0.14 210 0.93 0.45
Hex 8 72 DC 60 30 0 E D2 5D 2D
Octal 10 162 334 140 60 0 16 322 135 55
Binary 1000 1110010 11011100 1100000 110000 0 1110 11010010 1011101 101101

Color Harmonies of #0872DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872DC

Black with #0872DC

Text Example


Text Example

White with #0872DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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