Html Css Color HEX #0879DF Navy Blue

📋 copy color: '#0879DF'

red 8 ◦ green 121 ◦ blue 223

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

Shades of Navy Blue #0879DF

Tints of Navy Blue #0879DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 2.27%
G = 34.38%
B = 63.35%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0879DF (or 0x0879DF) is known color: Navy Blue. HEX triplet: 08, 79 and DF. RGB value is (8,121,223). Sum of RGB (Red+Green+Blue) = 8+121+223=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #0879DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0879DF is #F78620. Grayscale: #626262. Windows color (decimal): -16221729 or 14645512. OLE color: 14645512.

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

Color convert

RGB 8 121 223 -
CMYK 0.96 0.46 0 0.13
HSL 208.47º 0.93% 0.45% -
HSV(B) 208.47º 0.96% 0.87% -
XYZ 20.26 19.05 72.42 -
YUV 98.84 198.06 63.21 -
System Red Green Blue C M Y K H S L
Decimal 8 121 223 0.96 0.46 0 0.13 208.47 0.93 0.45
Hex 8 79 DF 60 2E 0 D D0 5D 2D
Octal 10 171 337 140 56 0 15 320 135 55
Binary 1000 1111001 11011111 1100000 101110 0 1101 11010000 1011101 101101

Color Harmonies of #0879DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0879DF

Black with #0879DF

Text Example


Text Example

White with #0879DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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