Html Css Color HEX #0872BE Navy Blue

📋 copy color: '#0872BE'

red 8 ◦ green 114 ◦ blue 190

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

Shades of Navy Blue #0872BE

Tints of Navy Blue #0872BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 2.56%
G = 36.54%
B = 60.9%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0872BE (or 0x0872BE) is known color: Navy Blue. HEX triplet: 08, 72 and BE. RGB value is (8,114,190). Sum of RGB (Red+Green+Blue) = 8+114+190=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #0872BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872BE is #F78D41. Grayscale: #5A5A5A. Windows color (decimal): -16223554 or 12481032. OLE color: 12481032.

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

Color convert

RGB 8 114 190 -
CMYK 0.96 0.40 0 0.25
HSL 205.05º 0.92% 0.39% -
HSV(B) 205.05º 0.96% 0.75% -
XYZ 15.41 15.8 50.95 -
YUV 90.97 183.88 68.82 -
System Red Green Blue C M Y K H S L
Decimal 8 114 190 0.96 0.40 0 0.25 205.05 0.92 0.39
Hex 8 72 BE 60 28 0 19 CD 5C 27
Octal 10 162 276 140 50 0 31 315 134 47
Binary 1000 1110010 10111110 1100000 101000 0 11001 11001101 1011100 100111

Color Harmonies of #0872BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872BE

Black with #0872BE

Text Example


Text Example

White with #0872BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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