Html Css Color HEX #024EDA Navy Blue

📋 copy color: '#024EDA'

red 2 ◦ green 78 ◦ blue 218

#024EDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #024EDA

Tints of Navy Blue #024EDA

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 218 (85.55% from 255) = 73.15%

R = 0.67%
G = 26.17%
B = 73.15%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#024EDA (or 0x024EDA) is known color: Navy Blue. HEX triplet: 02, 4E and DA. RGB value is (2,78,218). Sum of RGB (Red+Green+Blue) = 2+78+218=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #024EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EDA is #FDB125. Grayscale: #464646. Windows color (decimal): -16625958 or 14306818. OLE color: 14306818.

HSL color Cylindrical-coordinate representation of color #024EDA: hue angle of 218.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EDA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 78 218 -
CMYK 0.99 0.64 0 0.15
HSL 218.89º 0.98% 0.43% -
HSV(B) 218.89º 0.99% 0.85% -
XYZ 15.4 10.52 67.55 -
YUV 71.24 210.82 78.62 -
System Red Green Blue C M Y K H S L
Decimal 2 78 218 0.99 0.64 0 0.15 218.89 0.98 0.43
Hex 2 4E DA 63 40 0 F DB 62 2B
Octal 2 116 332 143 100 0 17 333 142 53
Binary 10 1001110 11011010 1100011 1000000 0 1111 11011011 1100010 101011

Color Harmonies of #024EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EDA

Black with #024EDA

Text Example


Text Example

White with #024EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,218); }

 H1.HeaderClassName
 {
   color: #024EDA;
 }
 .AnyTagClassName
 {
   color: #024EDA;
 }
</style>

background-color css

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

 a { background-color: rgb(2,78,218); }

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

border-color css

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

 span { border-color: rgb(2,78,218); }

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