#0252C9

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

Shades of Navy Blue #0252C9

Tints of Navy Blue #0252C9

Color information

#0252C9 (or 0x0252C9) is unknown color: approx Navy Blue. HEX triplet: 02, 52 and C9. RGB value is (2,82,201). Sum of RGB (Red+Green+Blue) = 2+82+201=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #0252C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252C9 is #FDAD36. Grayscale: #474747. Windows color (decimal): -16624951 or 13193730. OLE color: 13193730.

HSL color Cylindrical-coordinate representation of color #0252C9: hue angle of 215.88º 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 #0252C9 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB282201-
CMYK0.990.5900.21
HSL215.88º98.03%39.8%-
HSV(B)215.88º99%78.82%-
XYZ13.5810.2656.52-
YUV71.6520178.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 201 (78.91% from 255) = 70.53%
R=0.70%
G=28.77%
B=70.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2822010.990.5900.21215.8898.0339.8
Hex252C9633B015d86228
Octal21223111437302533014250
Binary101010010110010011100011111011010101110110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0252C9; }

 p { color: rgb(2,82,201); }

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

<style>
 a { background-color: #0252C9; }

 a { background-color: rgb(2,82,201); }

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

<style>
 span { border-color: #0252C9; }

 span { border-color: rgb(2,82,201); }

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