#025EC8

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

Shades of Navy Blue #025EC8

Tints of Navy Blue #025EC8

Color information

#025EC8 (or 0x025EC8) is unknown color: approx Navy Blue. HEX triplet: 02, 5E and C8. RGB value is (2,94,200). Sum of RGB (Red+Green+Blue) = 2+94+200=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #025EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025EC8 is #FDA137. Grayscale: #4E4E4E. Windows color (decimal): -16621880 or 13131266. OLE color: 13131266.

HSL color Cylindrical-coordinate representation of color #025EC8: hue angle of 212.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025EC8 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB294200-
CMYK0.990.5300.22
HSL212.12º98.02%39.61%-
HSV(B)212.12º99%78.43%-
XYZ14.4512.1956.23-
YUV78.58196.5273.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 200 (78.52% from 255) = 67.57%
R=0.68%
G=31.76%
B=67.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2942000.990.5300.22212.1298.0239.61
Hex25EC86335016d46228
Octal21363101436502632414250
Binary101011110110010001100011110101010110110101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,200); }

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

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

 a { background-color: rgb(2,94,200); }

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

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

 span { border-color: rgb(2,94,200); }

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