#025DD5

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

Shades of Navy Blue #025DD5

Tints of Navy Blue #025DD5

Color information

#025DD5 (or 0x025DD5) is unknown color: approx Navy Blue. HEX triplet: 02, 5D and D5. RGB value is (2,93,213). Sum of RGB (Red+Green+Blue) = 2+93+213=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #025DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DD5 is #FDA22A. Grayscale: #4E4E4E. Windows color (decimal): -16622123 or 13982978. OLE color: 13982978.

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

Color convert

RGB293213-
CMYK0.990.5600.16
HSL214.12º98.14%42.16%-
HSV(B)214.12º99.06%83.53%-
XYZ15.9512.6564.55-
YUV79.47203.3572.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 213 (83.59% from 255) = 69.16%
R=0.65%
G=30.19%
B=69.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2932130.990.5600.16214.1298.1442.16
Hex25DD56338010d6622a
Octal21353251437002032614252
Binary101011101110101011100011111000010000110101101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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