Html Css Color HEX #0872BD Navy Blue

📋 copy color: '#0872BD'

red 8 ◦ green 114 ◦ blue 189

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

Shades of Navy Blue #0872BD

Tints of Navy Blue #0872BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 2.57%
G = 36.66%
B = 60.77%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0872BD (or 0x0872BD) is known color: Navy Blue. HEX triplet: 08, 72 and BD. RGB value is (8,114,189). Sum of RGB (Red+Green+Blue) = 8+114+189=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #0872BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872BD is #F78D42. Grayscale: #5A5A5A. Windows color (decimal): -16223555 or 12415496. OLE color: 12415496.

HSL color Cylindrical-coordinate representation of color #0872BD: hue angle of 204.86º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0872BD is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 114 189 -
CMYK 0.96 0.40 0 0.26
HSL 204.86º 0.92% 0.39% -
HSV(B) 204.86º 0.96% 0.74% -
XYZ 15.3 15.76 50.38 -
YUV 90.86 183.38 68.9 -
System Red Green Blue C M Y K H S L
Decimal 8 114 189 0.96 0.40 0 0.26 204.86 0.92 0.39
Hex 8 72 BD 60 28 0 1A CD 5C 27
Octal 10 162 275 140 50 0 32 315 134 47
Binary 1000 1110010 10111101 1100000 101000 0 11010 11001101 1011100 100111

Color Harmonies of #0872BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872BD

Black with #0872BD

Text Example


Text Example

White with #0872BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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