Html Css Color HEX #024BDC Navy Blue

📋 copy color: '#024BDC'

red 2 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #024BDC

Tints of Navy Blue #024BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.07%

R = 0.67%
G = 25.25%
B = 74.07%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#024BDC (or 0x024BDC) is known color: Navy Blue. HEX triplet: 02, 4B and DC. RGB value is (2,75,220). Sum of RGB (Red+Green+Blue) = 2+75+220=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #024BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BDC is #FDB423. Grayscale: #454545. Windows color (decimal): -16626724 or 14437122. OLE color: 14437122.

HSL color Cylindrical-coordinate representation of color #024BDC: hue angle of 219.91º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BDC is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 75 220 -
CMYK 0.99 0.66 0 0.14
HSL 219.91º 0.98% 0.44% -
HSV(B) 219.91º 0.99% 0.86% -
XYZ 15.46 10.21 68.87 -
YUV 69.7 212.82 79.71 -
System Red Green Blue C M Y K H S L
Decimal 2 75 220 0.99 0.66 0 0.14 219.91 0.98 0.44
Hex 2 4B DC 63 42 0 E DC 62 2C
Octal 2 113 334 143 102 0 16 334 142 54
Binary 10 1001011 11011100 1100011 1000010 0 1110 11011100 1100010 101100

Color Harmonies of #024BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BDC

Black with #024BDC

Text Example


Text Example

White with #024BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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