Html Css Color HEX #0872DE Navy Blue

📋 copy color: '#0872DE'

red 8 ◦ green 114 ◦ blue 222

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

Shades of Navy Blue #0872DE

Tints of Navy Blue #0872DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.53%

R = 2.33%
G = 33.14%
B = 64.53%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0872DE (or 0x0872DE) is known color: Navy Blue. HEX triplet: 08, 72 and DE. RGB value is (8,114,222). Sum of RGB (Red+Green+Blue) = 8+114+222=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #0872DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872DE is #F78D21. Grayscale: #5E5E5E. Windows color (decimal): -16223522 or 14578184. OLE color: 14578184.

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

Color convert

RGB 8 114 222 -
CMYK 0.96 0.49 0 0.13
HSL 210.28º 0.93% 0.45% -
HSV(B) 210.28º 0.96% 0.87% -
XYZ 19.3 17.36 71.44 -
YUV 94.62 199.88 66.22 -
System Red Green Blue C M Y K H S L
Decimal 8 114 222 0.96 0.49 0 0.13 210.28 0.93 0.45
Hex 8 72 DE 60 31 0 D D2 5D 2D
Octal 10 162 336 140 61 0 15 322 135 55
Binary 1000 1110010 11011110 1100000 110001 0 1101 11010010 1011101 101101

Color Harmonies of #0872DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872DE

Black with #0872DE

Text Example


Text Example

White with #0872DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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