Html Css Color HEX #0876C0 Navy Blue

📋 copy color: '#0876C0'

red 8 ◦ green 118 ◦ blue 192

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

Shades of Navy Blue #0876C0

Tints of Navy Blue #0876C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.38%

R = 2.52%
G = 37.11%
B = 60.38%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0876C0 (or 0x0876C0) is known color: Navy Blue. HEX triplet: 08, 76 and C0. RGB value is (8,118,192). Sum of RGB (Red+Green+Blue) = 8+118+192=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #0876C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0876C0 is #F7893F. Grayscale: #5D5D5D. Windows color (decimal): -16222528 or 12613128. OLE color: 12613128.

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

Color convert

RGB 8 118 192 -
CMYK 0.96 0.39 0 0.25
HSL 204.13º 0.92% 0.39% -
HSV(B) 204.13º 0.96% 0.75% -
XYZ 16.09 16.81 52.27 -
YUV 93.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 8 118 192 0.96 0.39 0 0.25 204.13 0.92 0.39
Hex 8 76 C0 60 27 0 19 CC 5C 27
Octal 10 166 300 140 47 0 31 314 134 47
Binary 1000 1110110 11000000 1100000 100111 0 11001 11001100 1011100 100111

Color Harmonies of #0876C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0876C0

Black with #0876C0

Text Example


Text Example

White with #0876C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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