#025CCE

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

Shades of Navy Blue #025CCE

Tints of Navy Blue #025CCE

Color information

#025CCE (or 0x025CCE) is unknown color: approx Navy Blue. HEX triplet: 02, 5C and CE. RGB value is (2,92,206). Sum of RGB (Red+Green+Blue) = 2+92+206=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #025CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CCE is #FDA331. Grayscale: #4D4D4D. Windows color (decimal): -16622386 or 13523970. OLE color: 13523970.

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

Color convert

RGB292206-
CMYK0.990.5500.19
HSL213.53º98.08%40.78%-
HSV(B)213.53º99.03%80.78%-
XYZ14.9912.1259.94-
YUV78.09200.1873.73-

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.67%
BLUE value IS 206 (80.86% from 255) = 68.67%
R=0.67%
G=30.67%
B=68.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2922060.990.5500.19213.5398.0840.78
Hex25CCE6337013d66229
Octal21343161436702332614251
Binary101011100110011101100011110111010011110101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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