#0279CA

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

Shades of Navy Blue #0279CA

Tints of Navy Blue #0279CA

Color information

#0279CA (or 0x0279CA) is unknown color: approx Navy Blue. HEX triplet: 02, 79 and CA. RGB value is (2,121,202). Sum of RGB (Red+Green+Blue) = 2+121+202=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #0279CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279CA is #FD8635. Grayscale: #5E5E5E. Windows color (decimal): -16614966 or 13269250. OLE color: 13269250.

HSL color Cylindrical-coordinate representation of color #0279CA: hue angle of 204.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279CA is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2121202-
CMYK0.990.4000.21
HSL204.3º98.04%40%-
HSV(B)204.3º99.01%79.22%-
XYZ17.5217.9558.42-
YUV94.65188.5861.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 202 (79.30% from 255) = 62.15%
R=0.62%
G=37.23%
B=62.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21212020.990.4000.21204.398.0440
Hex279CA6328015cc6228
Octal21713121435002531414250
Binary101111001110010101100011101000010101110011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0279CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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