Html Css Color HEX #024550 Sherpa Blue

📋 copy color: '#024550'

red 2 ◦ green 69 ◦ blue 80

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

Shades of Sherpa Blue #024550

Tints of Sherpa Blue #024550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

 BLUE value IS 80 (31.64% from 255) = 52.98%

R = 1.32%
G = 45.7%
B = 52.98%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#024550 (or 0x024550) is known color: Sherpa Blue. HEX triplet: 02, 45 and 50. RGB value is (2,69,80). Sum of RGB (Red+Green+Blue) = 2+69+80=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #024550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024550 is #FDBAAF. Grayscale: #323232. Windows color (decimal): -16628400 or 5260546. OLE color: 5260546.

HSL color Cylindrical-coordinate representation of color #024550: hue angle of 188.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024550 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 69 80 -
CMYK 0.98 0.14 0 0.69
HSL 188.46º 0.95% 0.16% -
HSV(B) 188.46º 0.98% 0.31% -
XYZ 3.6 4.85 8.34 -
YUV 50.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 2 69 80 0.98 0.14 0 0.69 188.46 0.95 0.16
Hex 2 45 50 62 E 0 45 BC 5F 10
Octal 2 105 120 142 16 0 105 274 137 20
Binary 10 1000101 1010000 1100010 1110 0 1000101 10111100 1011111 10000

Color Harmonies of #024550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024550

Black with #024550

Text Example


Text Example

White with #024550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024550; }

 p { color: rgb(2,69,80); }

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

background-color css

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

 a { background-color: rgb(2,69,80); }

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

border-color css

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

 span { border-color: rgb(2,69,80); }

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