#0254C9

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

Shades of Navy Blue #0254C9

Tints of Navy Blue #0254C9

Color information

#0254C9 (or 0x0254C9) is unknown color: approx Navy Blue. HEX triplet: 02, 54 and C9. RGB value is (2,84,201). Sum of RGB (Red+Green+Blue) = 2+84+201=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #0254C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0254C9 is #FDAB36. Grayscale: #484848. Windows color (decimal): -16624439 or 13194242. OLE color: 13194242.

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

Color convert

RGB284201-
CMYK0.990.5800.21
HSL215.28º98.03%39.8%-
HSV(B)215.28º99%78.82%-
XYZ13.7410.5756.57-
YUV72.82200.3377.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 201 (78.91% from 255) = 70.03%
R=0.70%
G=29.27%
B=70.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2842010.990.5800.21215.2898.0339.8
Hex254C9633A015d76228
Octal21243111437202532714250
Binary101010100110010011100011111010010101110101111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0254C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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