#025BCD

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

Shades of Navy Blue #025BCD

Tints of Navy Blue #025BCD

Color information

#025BCD (or 0x025BCD) is unknown color: approx Navy Blue. HEX triplet: 02, 5B and CD. RGB value is (2,91,205). Sum of RGB (Red+Green+Blue) = 2+91+205=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #025BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BCD is #FDA432. Grayscale: #4C4C4C. Windows color (decimal): -16622643 or 13458178. OLE color: 13458178.

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

Color convert

RGB291205-
CMYK0.990.5600.20
HSL213.69º98.07%40.59%-
HSV(B)213.69º99.02%80.39%-
XYZ14.7911.959.28-
YUV77.38200.0174.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 205 (80.47% from 255) = 68.79%
R=0.67%
G=30.54%
B=68.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2912050.990.5600.20213.6998.0740.59
Hex25BCD6338014d66229
Octal21333151437002432614251
Binary101011011110011011100011111000010100110101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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