Html Css Color HEX #024A5B Sherpa Blue

📋 copy color: '#024A5B'

red 2 ◦ green 74 ◦ blue 91

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

Shades of Sherpa Blue #024A5B

Tints of Sherpa Blue #024A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.31%

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 1.2%
G = 44.31%
B = 54.49%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#024A5B (or 0x024A5B) is known color: Sherpa Blue. HEX triplet: 02, 4A and 5B. RGB value is (2,74,91). Sum of RGB (Red+Green+Blue) = 2+74+91=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #024A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A5B is #FDB5A4. Grayscale: #363636. Windows color (decimal): -16627109 or 5982722. OLE color: 5982722.

HSL color Cylindrical-coordinate representation of color #024A5B: hue angle of 191.46º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A5B is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 74 91 -
CMYK 0.98 0.19 0 0.64
HSL 191.46º 0.96% 0.18% -
HSV(B) 191.46º 0.98% 0.36% -
XYZ 4.36 5.67 10.76 -
YUV 54.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 2 74 91 0.98 0.19 0 0.64 191.46 0.96 0.18
Hex 2 4A 5B 62 13 0 40 BF 60 12
Octal 2 112 133 142 23 0 100 277 140 22
Binary 10 1001010 1011011 1100010 10011 0 1000000 10111111 1100000 10010

Color Harmonies of #024A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A5B

Black with #024A5B

Text Example


Text Example

White with #024A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,91); }

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

background-color css

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

 a { background-color: rgb(2,74,91); }

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

border-color css

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

 span { border-color: rgb(2,74,91); }

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