Html Css Color HEX #024EEB Navy Blue

📋 copy color: '#024EEB'

red 2 ◦ green 78 ◦ blue 235

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

Shades of Navy Blue #024EEB

Tints of Navy Blue #024EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.6%

R = 0.63%
G = 24.76%
B = 74.6%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#024EEB (or 0x024EEB) is known color: Navy Blue. HEX triplet: 02, 4E and EB. RGB value is (2,78,235). Sum of RGB (Red+Green+Blue) = 2+78+235=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #024EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EEB is #FDB114. Grayscale: #484848. Windows color (decimal): -16625941 or 15420930. OLE color: 15420930.

HSL color Cylindrical-coordinate representation of color #024EEB: hue angle of 220.43º 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 #024EEB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 78 235 -
CMYK 0.99 0.67 0 0.08
HSL 220.43º 0.98% 0.46% -
HSV(B) 220.43º 0.99% 0.92% -
XYZ 17.74 11.46 79.87 -
YUV 73.17 219.32 77.23 -
System Red Green Blue C M Y K H S L
Decimal 2 78 235 0.99 0.67 0 0.08 220.43 0.98 0.46
Hex 2 4E EB 63 43 0 8 DC 62 2E
Octal 2 116 353 143 103 0 10 334 142 56
Binary 10 1001110 11101011 1100011 1000011 0 1000 11011100 1100010 101110

Color Harmonies of #024EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EEB

Black with #024EEB

Text Example


Text Example

White with #024EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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