#0259BD

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

Shades of Navy Blue #0259BD

Tints of Navy Blue #0259BD

Color information

#0259BD (or 0x0259BD) is unknown color: approx Navy Blue. HEX triplet: 02, 59 and BD. RGB value is (2,89,189). Sum of RGB (Red+Green+Blue) = 2+89+189=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #0259BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0259BD is #FDA642. Grayscale: #494949. Windows color (decimal): -16623171 or 12409090. OLE color: 12409090.

HSL color Cylindrical-coordinate representation of color #0259BD: hue angle of 212.09º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259BD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB289189-
CMYK0.990.5300.26
HSL212.09º97.91%37.45%-
HSV(B)212.09º98.94%74.12%-
XYZ12.7810.8349.56-
YUV74.39192.6876.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 189 (74.22% from 255) = 67.5%
R=0.71%
G=31.79%
B=67.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2891890.990.5300.26212.0997.9137.45
Hex259BD633501Ad46225
Octal21312751436503232414245
Binary101011001101111011100011110101011010110101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0259BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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