Html Css Color HEX #024CDA Navy Blue

📋 copy color: '#024CDA'

red 2 ◦ green 76 ◦ blue 218

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

Shades of Navy Blue #024CDA

Tints of Navy Blue #024CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.68%

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

R = 0.68%
G = 25.68%
B = 73.65%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#024CDA (or 0x024CDA) is known color: Navy Blue. HEX triplet: 02, 4C and DA. RGB value is (2,76,218). Sum of RGB (Red+Green+Blue) = 2+76+218=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #024CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CDA is #FDB325. Grayscale: #454545. Windows color (decimal): -16626470 or 14306306. OLE color: 14306306.

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

Color convert

RGB 2 76 218 -
CMYK 0.99 0.65 0 0.15
HSL 219.44º 0.98% 0.43% -
HSV(B) 219.44º 0.99% 0.85% -
XYZ 15.26 10.24 67.5 -
YUV 70.06 211.48 79.45 -
System Red Green Blue C M Y K H S L
Decimal 2 76 218 0.99 0.65 0 0.15 219.44 0.98 0.43
Hex 2 4C DA 63 41 0 F DB 62 2B
Octal 2 114 332 143 101 0 17 333 142 53
Binary 10 1001100 11011010 1100011 1000001 0 1111 11011011 1100010 101011

Color Harmonies of #024CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CDA

Black with #024CDA

Text Example


Text Example

White with #024CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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