Html Css Color HEX #024AF6 Navy Blue

📋 copy color: '#024AF6'

red 2 ◦ green 74 ◦ blue 246

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

Shades of Navy Blue #024AF6

Tints of Navy Blue #024AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 246 (96.48% from 255) = 76.4%

R = 0.62%
G = 22.98%
B = 76.4%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#024AF6 (or 0x024AF6) is known color: Navy Blue. HEX triplet: 02, 4A and F6. RGB value is (2,74,246). Sum of RGB (Red+Green+Blue) = 2+74+246=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 246 (96.48% from 255 or 76.40% from 322); Max value from RGB is 246 - color contains mainly: blue. Hex color #024AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AF6 is #FDB509. Grayscale: #474747. Windows color (decimal): -16626954 or 16140802. OLE color: 16140802.

HSL color Cylindrical-coordinate representation of color #024AF6: hue angle of 222.3º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AF6 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 74 246 -
CMYK 0.99 0.70 0 0.04
HSL 222.3º 0.98% 0.49% -
HSV(B) 222.3º 0.99% 0.96% -
XYZ 19.11 11.56 88.41 -
YUV 72.08 226.15 78.01 -
System Red Green Blue C M Y K H S L
Decimal 2 74 246 0.99 0.70 0 0.04 222.3 0.98 0.49
Hex 2 4A F6 63 46 0 4 DE 62 31
Octal 2 112 366 143 106 0 4 336 142 61
Binary 10 1001010 11110110 1100011 1000110 0 100 11011110 1100010 110001

Color Harmonies of #024AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AF6

Black with #024AF6

Text Example


Text Example

White with #024AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,246); }

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

background-color css

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

 a { background-color: rgb(2,74,246); }

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

border-color css

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

 span { border-color: rgb(2,74,246); }

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