#025ABD

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

Shades of Navy Blue #025ABD

Tints of Navy Blue #025ABD

Color information

#025ABD (or 0x025ABD) is unknown color: approx Navy Blue. HEX triplet: 02, 5A and BD. RGB value is (2,90,189). Sum of RGB (Red+Green+Blue) = 2+90+189=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #025ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ABD is #FDA542. Grayscale: #4A4A4A. Windows color (decimal): -16622915 or 12409346. OLE color: 12409346.

HSL color Cylindrical-coordinate representation of color #025ABD: hue angle of 211.76º 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 #025ABD is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB290189-
CMYK0.990.5200.26
HSL211.76º97.91%37.45%-
HSV(B)211.76º98.94%74.12%-
XYZ12.871149.59-
YUV74.97192.3575.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=0.71%
G=32.03%
B=67.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2901890.990.5200.26211.7697.9137.45
Hex25ABD633401Ad46225
Octal21322751436403232414245
Binary101011010101111011100011110100011010110101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025ABD; }

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

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

<style>
 a { background-color: #025ABD; }

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

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

<style>
 span { border-color: #025ABD; }

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

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