Html Css Color HEX #0879EA Navy Blue

📋 copy color: '#0879EA'

red 8 ◦ green 121 ◦ blue 234

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

Shades of Navy Blue #0879EA

Tints of Navy Blue #0879EA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 2.2%
G = 33.33%
B = 64.46%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0879EA (or 0x0879EA) is known color: Navy Blue. HEX triplet: 08, 79 and EA. RGB value is (8,121,234). Sum of RGB (Red+Green+Blue) = 8+121+234=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #0879EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0879EA is #F78615. Grayscale: #636363. Windows color (decimal): -16221718 or 15366408. OLE color: 15366408.

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

Color convert

RGB 8 121 234 -
CMYK 0.97 0.48 0 0.08
HSL 210º 0.93% 0.47% -
HSV(B) 210º 0.97% 0.92% -
XYZ 21.79 19.67 80.49 -
YUV 100.1 203.56 62.31 -
System Red Green Blue C M Y K H S L
Decimal 8 121 234 0.97 0.48 0 0.08 210 0.93 0.47
Hex 8 79 EA 61 30 0 8 D2 5D 2F
Octal 10 171 352 141 60 0 10 322 135 57
Binary 1000 1111001 11101010 1100001 110000 0 1000 11010010 1011101 101111

Color Harmonies of #0879EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0879EA

Black with #0879EA

Text Example


Text Example

White with #0879EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0879EA; }

 p { color: rgb(8,121,234); }

 H1.HeaderClassName
 {
   color: #0879EA;
 }
 .AnyTagClassName
 {
   color: #0879EA;
 }
</style>

background-color css

<style>
 a { background-color: #0879EA; }

 a { background-color: rgb(8,121,234); }

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

border-color css

<style>
 span { border-color: #0879EA; }

 span { border-color: rgb(8,121,234); }

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