Html Css Color HEX #0879DB Navy Blue

📋 copy color: '#0879DB'

red 8 ◦ green 121 ◦ blue 219

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

Shades of Navy Blue #0879DB

Tints of Navy Blue #0879DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 2.3%
G = 34.77%
B = 62.93%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0879DB (or 0x0879DB) is known color: Navy Blue. HEX triplet: 08, 79 and DB. RGB value is (8,121,219). Sum of RGB (Red+Green+Blue) = 8+121+219=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #0879DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0879DB is #F78624. Grayscale: #616161. Windows color (decimal): -16221733 or 14383368. OLE color: 14383368.

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

Color convert

RGB 8 121 219 -
CMYK 0.96 0.45 0 0.14
HSL 207.87º 0.93% 0.45% -
HSV(B) 207.87º 0.96% 0.86% -
XYZ 19.72 18.84 69.61 -
YUV 98.39 196.06 63.53 -
System Red Green Blue C M Y K H S L
Decimal 8 121 219 0.96 0.45 0 0.14 207.87 0.93 0.45
Hex 8 79 DB 60 2D 0 E D0 5D 2D
Octal 10 171 333 140 55 0 16 320 135 55
Binary 1000 1111001 11011011 1100000 101101 0 1110 11010000 1011101 101101

Color Harmonies of #0879DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0879DB

Black with #0879DB

Text Example


Text Example

White with #0879DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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