#025DCD

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

Shades of Navy Blue #025DCD

Tints of Navy Blue #025DCD

Color information

#025DCD (or 0x025DCD) is unknown color: approx Navy Blue. HEX triplet: 02, 5D and CD. RGB value is (2,93,205). Sum of RGB (Red+Green+Blue) = 2+93+205=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #025DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DCD is #FDA232. Grayscale: #4E4E4E. Windows color (decimal): -16622131 or 13458690. OLE color: 13458690.

HSL color Cylindrical-coordinate representation of color #025DCD: hue angle of 213.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DCD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB293205-
CMYK0.990.5500.20
HSL213.1º98.07%40.59%-
HSV(B)213.1º99.02%80.39%-
XYZ14.9612.2559.33-
YUV78.56199.3573.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 205 (80.47% from 255) = 68.33%
R=0.67%
G=31%
B=68.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2932050.990.5500.20213.198.0740.59
Hex25DCD6337014d56229
Octal21353151436702432514251
Binary101011101110011011100011110111010100110101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,93,205); }

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

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

 a { background-color: rgb(2,93,205); }

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

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

 span { border-color: rgb(2,93,205); }

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