Html Css Color HEX #024BDA Navy Blue

📋 copy color: '#024BDA'

red 2 ◦ green 75 ◦ blue 218

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

Shades of Navy Blue #024BDA

Tints of Navy Blue #024BDA

RGB

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

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

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

R = 0.68%
G = 25.42%
B = 73.9%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#024BDA (or 0x024BDA) is known color: Navy Blue. HEX triplet: 02, 4B and DA. RGB value is (2,75,218). Sum of RGB (Red+Green+Blue) = 2+75+218=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #024BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BDA is #FDB425. Grayscale: #444444. Windows color (decimal): -16626726 or 14306050. OLE color: 14306050.

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

Color convert

RGB 2 75 218 -
CMYK 0.99 0.66 0 0.15
HSL 219.72º 0.98% 0.43% -
HSV(B) 219.72º 0.99% 0.85% -
XYZ 15.2 10.11 67.48 -
YUV 69.48 211.82 79.87 -
System Red Green Blue C M Y K H S L
Decimal 2 75 218 0.99 0.66 0 0.15 219.72 0.98 0.43
Hex 2 4B DA 63 42 0 F DC 62 2B
Octal 2 113 332 143 102 0 17 334 142 53
Binary 10 1001011 11011010 1100011 1000010 0 1111 11011100 1100010 101011

Color Harmonies of #024BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BDA

Black with #024BDA

Text Example


Text Example

White with #024BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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