Html Css Color HEX #0872CD Navy Blue

📋 copy color: '#0872CD'

red 8 ◦ green 114 ◦ blue 205

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

Shades of Navy Blue #0872CD

Tints of Navy Blue #0872CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.69%

R = 2.45%
G = 34.86%
B = 62.69%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0872CD (or 0x0872CD) is known color: Navy Blue. HEX triplet: 08, 72 and CD. RGB value is (8,114,205). Sum of RGB (Red+Green+Blue) = 8+114+205=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #0872CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872CD is #F78D32. Grayscale: #5C5C5C. Windows color (decimal): -16223539 or 13464072. OLE color: 13464072.

HSL color Cylindrical-coordinate representation of color #0872CD: hue angle of 207.72º 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 #0872CD is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 114 205 -
CMYK 0.96 0.44 0 0.20
HSL 207.72º 0.92% 0.42% -
HSV(B) 207.72º 0.96% 0.8% -
XYZ 17.14 16.49 60.04 -
YUV 92.68 191.38 67.6 -
System Red Green Blue C M Y K H S L
Decimal 8 114 205 0.96 0.44 0 0.20 207.72 0.92 0.42
Hex 8 72 CD 60 2C 0 14 D0 5C 2A
Octal 10 162 315 140 54 0 24 320 134 52
Binary 1000 1110010 11001101 1100000 101100 0 10100 11010000 1011100 101010

Color Harmonies of #0872CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872CD

Black with #0872CD

Text Example


Text Example

White with #0872CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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