Html Css Color HEX #024BEF Navy Blue

📋 copy color: '#024BEF'

red 2 ◦ green 75 ◦ blue 239

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

Shades of Navy Blue #024BEF

Tints of Navy Blue #024BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

 BLUE value IS 239 (93.75% from 255) = 75.63%

R = 0.63%
G = 23.73%
B = 75.63%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#024BEF (or 0x024BEF) is known color: Navy Blue. HEX triplet: 02, 4B and EF. RGB value is (2,75,239). Sum of RGB (Red+Green+Blue) = 2+75+239=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #024BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BEF is #FDB410. Grayscale: #474747. Windows color (decimal): -16626705 or 15682306. OLE color: 15682306.

HSL color Cylindrical-coordinate representation of color #024BEF: hue angle of 221.52º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BEF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 75 239 -
CMYK 0.99 0.69 0 0.06
HSL 221.52º 0.98% 0.47% -
HSV(B) 221.52º 0.99% 0.94% -
XYZ 18.12 11.28 82.88 -
YUV 71.87 222.32 78.16 -
System Red Green Blue C M Y K H S L
Decimal 2 75 239 0.99 0.69 0 0.06 221.52 0.98 0.47
Hex 2 4B EF 63 45 0 6 DE 62 2F
Octal 2 113 357 143 105 0 6 336 142 57
Binary 10 1001011 11101111 1100011 1000101 0 110 11011110 1100010 101111

Color Harmonies of #024BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BEF

Black with #024BEF

Text Example


Text Example

White with #024BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,239); }

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

background-color css

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

 a { background-color: rgb(2,75,239); }

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

border-color css

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

 span { border-color: rgb(2,75,239); }

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