Html Css Color HEX #024FEB Navy Blue

📋 copy color: '#024FEB'

red 2 ◦ green 79 ◦ blue 235

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

Shades of Navy Blue #024FEB

Tints of Navy Blue #024FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25%

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

R = 0.63%
G = 25%
B = 74.37%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#024FEB (or 0x024FEB) is known color: Navy Blue. HEX triplet: 02, 4F and EB. RGB value is (2,79,235). Sum of RGB (Red+Green+Blue) = 2+79+235=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #024FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FEB is #FDB014. Grayscale: #494949. Windows color (decimal): -16625685 or 15421186. OLE color: 15421186.

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

Color convert

RGB 2 79 235 -
CMYK 0.99 0.66 0 0.08
HSL 220.17º 0.98% 0.46% -
HSV(B) 220.17º 0.99% 0.92% -
XYZ 17.82 11.6 79.9 -
YUV 73.76 218.99 76.82 -
System Red Green Blue C M Y K H S L
Decimal 2 79 235 0.99 0.66 0 0.08 220.17 0.98 0.46
Hex 2 4F EB 63 42 0 8 DC 62 2E
Octal 2 117 353 143 102 0 10 334 142 56
Binary 10 1001111 11101011 1100011 1000010 0 1000 11011100 1100010 101110

Color Harmonies of #024FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FEB

Black with #024FEB

Text Example


Text Example

White with #024FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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