Html Css Color HEX #0879DD Navy Blue

📋 copy color: '#0879DD'

red 8 ◦ green 121 ◦ blue 221

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

Shades of Navy Blue #0879DD

Tints of Navy Blue #0879DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 2.29%
G = 34.57%
B = 63.14%

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

#0879DD (or 0x0879DD) is known color: Navy Blue. HEX triplet: 08, 79 and DD. RGB value is (8,121,221). Sum of RGB (Red+Green+Blue) = 8+121+221=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #0879DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0879DD is #F78622. Grayscale: #626262. Windows color (decimal): -16221731 or 14514440. OLE color: 14514440.

HSL color Cylindrical-coordinate representation of color #0879DD: hue angle of 208.17º 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 #0879DD is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 121 221 -
CMYK 0.96 0.45 0 0.13
HSL 208.17º 0.93% 0.45% -
HSV(B) 208.17º 0.96% 0.87% -
XYZ 19.99 18.95 71.01 -
YUV 98.61 197.06 63.37 -
System Red Green Blue C M Y K H S L
Decimal 8 121 221 0.96 0.45 0 0.13 208.17 0.93 0.45
Hex 8 79 DD 60 2D 0 D D0 5D 2D
Octal 10 171 335 140 55 0 15 320 135 55
Binary 1000 1111001 11011101 1100000 101101 0 1101 11010000 1011101 101101

Color Harmonies of #0879DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0879DD

Black with #0879DD

Text Example


Text Example

White with #0879DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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