Html Css Color HEX #024BCB Navy Blue

📋 copy color: '#024BCB'

red 2 ◦ green 75 ◦ blue 203

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

Shades of Navy Blue #024BCB

Tints of Navy Blue #024BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.5%

R = 0.71%
G = 26.79%
B = 72.5%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#024BCB (or 0x024BCB) is known color: Navy Blue. HEX triplet: 02, 4B and CB. RGB value is (2,75,203). Sum of RGB (Red+Green+Blue) = 2+75+203=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #024BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BCB is #FDB434. Grayscale: #434343. Windows color (decimal): -16626741 or 13323010. OLE color: 13323010.

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

Color convert

RGB 2 75 203 -
CMYK 0.99 0.63 0 0.20
HSL 218.21º 0.98% 0.4% -
HSV(B) 218.21º 0.99% 0.8% -
XYZ 13.32 9.36 57.6 -
YUV 67.77 204.32 81.09 -
System Red Green Blue C M Y K H S L
Decimal 2 75 203 0.99 0.63 0 0.20 218.21 0.98 0.4
Hex 2 4B CB 63 3F 0 14 DA 62 28
Octal 2 113 313 143 77 0 24 332 142 50
Binary 10 1001011 11001011 1100011 111111 0 10100 11011010 1100010 101000

Color Harmonies of #024BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BCB

Black with #024BCB

Text Example


Text Example

White with #024BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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