#0279D1

Color #0279D1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0279D1

Tints of Navy Blue #0279D1

Color information

#0279D1 (or 0x0279D1) is unknown color: approx Navy Blue. HEX triplet: 02, 79 and D1. RGB value is (2,121,209). Sum of RGB (Red+Green+Blue) = 2+121+209=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #0279D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279D1 is #FD862E. Grayscale: #5E5E5E. Windows color (decimal): -16614959 or 13728002. OLE color: 13728002.

HSL color Cylindrical-coordinate representation of color #0279D1: hue angle of 205.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279D1 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2121209-
CMYK0.990.4200.18
HSL205.51º98.1%41.37%-
HSV(B)205.51º99.04%81.96%-
XYZ18.3718.2962.88-
YUV95.45192.0861.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 209 (82.03% from 255) = 62.95%
R=0.60%
G=36.45%
B=62.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21212090.990.4200.18205.5198.141.37
Hex279D1632A012ce6229
Octal21713211435202231614251
Binary101111001110100011100011101010010010110011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0279D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0279D1; }

 p { color: rgb(2,121,209); }

 H1.HeaderClassName
 {
   color: #0279D1;
 }
 .AnyTagClassName
 {
   color: #0279D1;
 }
</style>
background-color css

<style>
 a { background-color: #0279D1; }

 a { background-color: rgb(2,121,209); }

 div.DivClassName
 {
   background-color: #0279D1;
 }
 .BgClassName
 {
   background-color: #0279D1;
 }
</style>
border-color css

<style>
 span { border-color: #0279D1; }

 span { border-color: rgb(2,121,209); }

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