#024DEA

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

Shades of Navy Blue #024DEA

Tints of Navy Blue #024DEA

Color information

#024DEA (or 0x024DEA) is unknown color: approx Navy Blue. HEX triplet: 02, 4D and EA. RGB value is (2,77,234). Sum of RGB (Red+Green+Blue) = 2+77+234=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #024DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DEA is #FDB215. Grayscale: #474747. Windows color (decimal): -16626198 or 15355138. OLE color: 15355138.

HSL color Cylindrical-coordinate representation of color #024DEA: hue angle of 220.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DEA is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB277234-
CMYK0.990.6700.08
HSL220.6º98.31%46.27%-
HSV(B)220.6º99.15%91.76%-
XYZ17.5311.2679.09-
YUV72.47219.1577.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 234 (91.80% from 255) = 74.76%
R=0.64%
G=24.60%
B=74.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2772340.990.6700.08220.698.3146.27
Hex24DEA634308dd622e
Octal211535214310301033514256
Binary101001101111010101100011100001101000110111011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024DEA; }

 p { color: rgb(2,77,234); }

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

<style>
 a { background-color: #024DEA; }

 a { background-color: rgb(2,77,234); }

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

<style>
 span { border-color: #024DEA; }

 span { border-color: rgb(2,77,234); }

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