Html Css Color HEX #024BCA Navy Blue

📋 copy color: '#024BCA'

red 2 ◦ green 75 ◦ blue 202

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

Shades of Navy Blue #024BCA

Tints of Navy Blue #024BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.4%

R = 0.72%
G = 26.88%
B = 72.4%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#024BCA (or 0x024BCA) is known color: Navy Blue. HEX triplet: 02, 4B and CA. RGB value is (2,75,202). Sum of RGB (Red+Green+Blue) = 2+75+202=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #024BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BCA is #FDB435. Grayscale: #434343. Windows color (decimal): -16626742 or 13257474. OLE color: 13257474.

HSL color Cylindrical-coordinate representation of color #024BCA: hue angle of 218.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BCA is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 75 202 -
CMYK 0.99 0.63 0 0.21
HSL 218.1º 0.98% 0.4% -
HSV(B) 218.1º 0.99% 0.79% -
XYZ 13.2 9.31 56.98 -
YUV 67.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 2 75 202 0.99 0.63 0 0.21 218.1 0.98 0.4
Hex 2 4B CA 63 3F 0 15 DA 62 28
Octal 2 113 312 143 77 0 25 332 142 50
Binary 10 1001011 11001010 1100011 111111 0 10101 11011010 1100010 101000

Color Harmonies of #024BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BCA

Black with #024BCA

Text Example


Text Example

White with #024BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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