Html Css Color HEX #024FCB Navy Blue

📋 copy color: '#024FCB'

red 2 ◦ green 79 ◦ blue 203

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

Shades of Navy Blue #024FCB

Tints of Navy Blue #024FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 0.7%
G = 27.82%
B = 71.48%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#024FCB (or 0x024FCB) is known color: Navy Blue. HEX triplet: 02, 4F and CB. RGB value is (2,79,203). Sum of RGB (Red+Green+Blue) = 2+79+203=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #024FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FCB is #FDB034. Grayscale: #454545. Windows color (decimal): -16625717 or 13324034. OLE color: 13324034.

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

Color convert

RGB 2 79 203 -
CMYK 0.99 0.61 0 0.20
HSL 217.01º 0.98% 0.4% -
HSV(B) 217.01º 0.99% 0.8% -
XYZ 13.6 9.92 57.7 -
YUV 70.11 202.99 79.42 -
System Red Green Blue C M Y K H S L
Decimal 2 79 203 0.99 0.61 0 0.20 217.01 0.98 0.4
Hex 2 4F CB 63 3D 0 14 D9 62 28
Octal 2 117 313 143 75 0 24 331 142 50
Binary 10 1001111 11001011 1100011 111101 0 10100 11011001 1100010 101000

Color Harmonies of #024FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FCB

Black with #024FCB

Text Example


Text Example

White with #024FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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