#0255C9

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

Shades of Navy Blue #0255C9

Tints of Navy Blue #0255C9

Color information

#0255C9 (or 0x0255C9) is unknown color: approx Navy Blue. HEX triplet: 02, 55 and C9. RGB value is (2,85,201). Sum of RGB (Red+Green+Blue) = 2+85+201=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 201 (78.91% from 255 or 69.79% from 288); Max value from RGB is 201 - color contains mainly: blue. Hex color #0255C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255C9 is #FDAA36. Grayscale: #484848. Windows color (decimal): -16624183 or 13194498. OLE color: 13194498.

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

Color convert

RGB285201-
CMYK0.990.5800.21
HSL214.97º98.03%39.8%-
HSV(B)214.97º99%78.82%-
XYZ13.8210.7356.6-
YUV73.4120077.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 201 (78.91% from 255) = 69.79%
R=0.69%
G=29.51%
B=69.79%

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
Decimal2852010.990.5800.21214.9798.0339.8
Hex255C9633A015d76228
Octal21253111437202532714250
Binary101010101110010011100011111010010101110101111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0255C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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