Html Css Color HEX #0877CE Navy Blue

📋 copy color: '#0877CE'

red 8 ◦ green 119 ◦ blue 206

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

Shades of Navy Blue #0877CE

Tints of Navy Blue #0877CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 2.4%
G = 35.74%
B = 61.86%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0877CE (or 0x0877CE) is known color: Navy Blue. HEX triplet: 08, 77 and CE. RGB value is (8,119,206). Sum of RGB (Red+Green+Blue) = 8+119+206=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #0877CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0877CE is #F78831. Grayscale: #5F5F5F. Windows color (decimal): -16222258 or 13530888. OLE color: 13530888.

HSL color Cylindrical-coordinate representation of color #0877CE: hue angle of 206.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0877CE is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 119 206 -
CMYK 0.96 0.42 0 0.19
HSL 206.36º 0.93% 0.42% -
HSV(B) 206.36º 0.96% 0.81% -
XYZ 17.84 17.7 60.87 -
YUV 95.73 190.23 65.43 -
System Red Green Blue C M Y K H S L
Decimal 8 119 206 0.96 0.42 0 0.19 206.36 0.93 0.42
Hex 8 77 CE 60 2A 0 13 CE 5D 2A
Octal 10 167 316 140 52 0 23 316 135 52
Binary 1000 1110111 11001110 1100000 101010 0 10011 11001110 1011101 101010

Color Harmonies of #0877CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0877CE

Black with #0877CE

Text Example


Text Example

White with #0877CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0877CE; }

 p { color: rgb(8,119,206); }

 H1.HeaderClassName
 {
   color: #0877CE;
 }
 .AnyTagClassName
 {
   color: #0877CE;
 }
</style>

background-color css

<style>
 a { background-color: #0877CE; }

 a { background-color: rgb(8,119,206); }

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

border-color css

<style>
 span { border-color: #0877CE; }

 span { border-color: rgb(8,119,206); }

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