Html Css Color HEX #0879DE Navy Blue

📋 copy color: '#0879DE'

red 8 ◦ green 121 ◦ blue 222

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

Shades of Navy Blue #0879DE

Tints of Navy Blue #0879DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 2.28%
G = 34.47%
B = 63.25%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0879DE (or 0x0879DE) is known color: Navy Blue. HEX triplet: 08, 79 and DE. RGB value is (8,121,222). Sum of RGB (Red+Green+Blue) = 8+121+222=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #0879DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0879DE is #F78621. Grayscale: #626262. Windows color (decimal): -16221730 or 14579976. OLE color: 14579976.

HSL color Cylindrical-coordinate representation of color #0879DE: hue angle of 208.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0879DE is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 121 222 -
CMYK 0.96 0.45 0 0.13
HSL 208.32º 0.93% 0.45% -
HSV(B) 208.32º 0.96% 0.87% -
XYZ 20.12 19 71.71 -
YUV 98.73 197.56 63.29 -
System Red Green Blue C M Y K H S L
Decimal 8 121 222 0.96 0.45 0 0.13 208.32 0.93 0.45
Hex 8 79 DE 60 2D 0 D D0 5D 2D
Octal 10 171 336 140 55 0 15 320 135 55
Binary 1000 1111001 11011110 1100000 101101 0 1101 11010000 1011101 101101

Color Harmonies of #0879DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0879DE

Black with #0879DE

Text Example


Text Example

White with #0879DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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