Html Css Color HEX #0877EB Navy Blue

📋 copy color: '#0877EB'

red 8 ◦ green 119 ◦ blue 235

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

Shades of Navy Blue #0877EB

Tints of Navy Blue #0877EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 2.21%
G = 32.87%
B = 64.92%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0877EB (or 0x0877EB) is known color: Navy Blue. HEX triplet: 08, 77 and EB. RGB value is (8,119,235). Sum of RGB (Red+Green+Blue) = 8+119+235=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #0877EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0877EB is #F78814. Grayscale: #626262. Windows color (decimal): -16222229 or 15431432. OLE color: 15431432.

HSL color Cylindrical-coordinate representation of color #0877EB: hue angle of 210.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0877EB is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 119 235 -
CMYK 0.97 0.49 0 0.08
HSL 210.66º 0.93% 0.48% -
HSV(B) 210.66º 0.97% 0.92% -
XYZ 21.69 19.24 81.17 -
YUV 99.04 204.73 63.07 -
System Red Green Blue C M Y K H S L
Decimal 8 119 235 0.97 0.49 0 0.08 210.66 0.93 0.48
Hex 8 77 EB 61 31 0 8 D3 5D 30
Octal 10 167 353 141 61 0 10 323 135 60
Binary 1000 1110111 11101011 1100001 110001 0 1000 11010011 1011101 110000

Color Harmonies of #0877EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0877EB

Black with #0877EB

Text Example


Text Example

White with #0877EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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