#025CD5

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

Shades of Navy Blue #025CD5

Tints of Navy Blue #025CD5

Color information

#025CD5 (or 0x025CD5) is unknown color: approx Navy Blue. HEX triplet: 02, 5C and D5. RGB value is (2,92,213). Sum of RGB (Red+Green+Blue) = 2+92+213=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #025CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CD5 is #FDA32A. Grayscale: #4E4E4E. Windows color (decimal): -16622379 or 13982722. OLE color: 13982722.

HSL color Cylindrical-coordinate representation of color #025CD5: hue angle of 214.41º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CD5 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB292213-
CMYK0.990.5700.16
HSL214.41º98.14%42.16%-
HSV(B)214.41º99.06%83.53%-
XYZ15.8612.4764.52-
YUV78.88203.6873.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 213 (83.59% from 255) = 69.38%
R=0.65%
G=29.97%
B=69.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2922130.990.5700.16214.4198.1442.16
Hex25CD56339010d6622a
Octal21343251437102032614252
Binary101011100110101011100011111001010000110101101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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