#0259CA

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

Shades of Navy Blue #0259CA

Tints of Navy Blue #0259CA

Color information

#0259CA (or 0x0259CA) is unknown color: approx Navy Blue. HEX triplet: 02, 59 and CA. RGB value is (2,89,202). Sum of RGB (Red+Green+Blue) = 2+89+202=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #0259CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0259CA is #FDA635. Grayscale: #4B4B4B. Windows color (decimal): -16623158 or 13261058. OLE color: 13261058.

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

Color convert

RGB289202-
CMYK0.990.5600.21
HSL213.9º98.04%40%-
HSV(B)213.9º99.01%79.22%-
XYZ14.2611.4257.33-
YUV75.87199.1875.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 202 (79.30% from 255) = 68.94%
R=0.68%
G=30.38%
B=68.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2892020.990.5600.21213.998.0440
Hex259CA6338015d66228
Octal21313121437002532614250
Binary101011001110010101100011111000010101110101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0259CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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