#025CCD

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

Shades of Navy Blue #025CCD

Tints of Navy Blue #025CCD

Color information

#025CCD (or 0x025CCD) is unknown color: approx Navy Blue. HEX triplet: 02, 5C and CD. RGB value is (2,92,205). Sum of RGB (Red+Green+Blue) = 2+92+205=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #025CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CCD is #FDA332. Grayscale: #4D4D4D. Windows color (decimal): -16622387 or 13458434. OLE color: 13458434.

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

Color convert

RGB292205-
CMYK0.990.5500.20
HSL213.4º98.07%40.59%-
HSV(B)213.4º99.02%80.39%-
XYZ14.8712.0759.3-
YUV77.97199.6873.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 205 (80.47% from 255) = 68.56%
R=0.67%
G=30.77%
B=68.56%

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
Decimal2922050.990.5500.20213.498.0740.59
Hex25CCD6337014d56229
Octal21343151436702432514251
Binary101011100110011011100011110111010100110101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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