#0279C0

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

Shades of Navy Blue #0279C0

Tints of Navy Blue #0279C0

Color information

#0279C0 (or 0x0279C0) is unknown color: approx Navy Blue. HEX triplet: 02, 79 and C0. RGB value is (2,121,192). Sum of RGB (Red+Green+Blue) = 2+121+192=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #0279C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279C0 is #FD863F. Grayscale: #5D5D5D. Windows color (decimal): -16614976 or 12613890. OLE color: 12613890.

HSL color Cylindrical-coordinate representation of color #0279C0: hue angle of 202.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279C0 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2121192-
CMYK0.990.3700.25
HSL202.42º97.94%38.04%-
HSV(B)202.42º98.96%75.29%-
XYZ16.3817.4952.38-
YUV93.51183.5862.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 192 (75.39% from 255) = 60.95%
R=0.63%
G=38.41%
B=60.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21211920.990.3700.25202.4297.9438.04
Hex279C06325019ca6226
Octal21713001434503131214246
Binary101111001110000001100011100101011001110010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0279C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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