Html Css Color HEX #0876BE Navy Blue

📋 copy color: '#0876BE'

red 8 ◦ green 118 ◦ blue 190

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

Shades of Navy Blue #0876BE

Tints of Navy Blue #0876BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

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

R = 2.53%
G = 37.34%
B = 60.13%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0876BE (or 0x0876BE) is known color: Navy Blue. HEX triplet: 08, 76 and BE. RGB value is (8,118,190). Sum of RGB (Red+Green+Blue) = 8+118+190=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #0876BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0876BE is #F78941. Grayscale: #5C5C5C. Windows color (decimal): -16222530 or 12482056. OLE color: 12482056.

HSL color Cylindrical-coordinate representation of color #0876BE: hue angle of 203.74º 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 #0876BE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 118 190 -
CMYK 0.96 0.38 0 0.25
HSL 203.74º 0.92% 0.39% -
HSV(B) 203.74º 0.96% 0.75% -
XYZ 15.87 16.73 51.11 -
YUV 93.32 182.56 67.15 -
System Red Green Blue C M Y K H S L
Decimal 8 118 190 0.96 0.38 0 0.25 203.74 0.92 0.39
Hex 8 76 BE 60 26 0 19 CC 5C 27
Octal 10 166 276 140 46 0 31 314 134 47
Binary 1000 1110110 10111110 1100000 100110 0 11001 11001100 1011100 100111

Color Harmonies of #0876BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0876BE

Black with #0876BE

Text Example


Text Example

White with #0876BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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