Html Css Color HEX #024154 Sherpa Blue

📋 copy color: '#024154'

red 2 ◦ green 65 ◦ blue 84

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

Shades of Sherpa Blue #024154

Tints of Sherpa Blue #024154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

 BLUE value IS 84 (33.2% from 255) = 55.63%

R = 1.32%
G = 43.05%
B = 55.63%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024154 (or 0x024154) is known color: Sherpa Blue. HEX triplet: 02, 41 and 54. RGB value is (2,65,84). Sum of RGB (Red+Green+Blue) = 2+65+84=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #024154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024154 is #FDBEAB. Grayscale: #303030. Windows color (decimal): -16629420 or 5521666. OLE color: 5521666.

HSL color Cylindrical-coordinate representation of color #024154: hue angle of 193.9º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024154 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 65 84 -
CMYK 0.98 0.23 0 0.67
HSL 193.9º 0.95% 0.17% -
HSV(B) 193.9º 0.98% 0.33% -
XYZ 3.52 4.43 9.06 -
YUV 48.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 2 65 84 0.98 0.23 0 0.67 193.9 0.95 0.17
Hex 2 41 54 62 17 0 43 C2 5F 11
Octal 2 101 124 142 27 0 103 302 137 21
Binary 10 1000001 1010100 1100010 10111 0 1000011 11000010 1011111 10001

Color Harmonies of #024154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024154

Black with #024154

Text Example


Text Example

White with #024154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024154; }

 p { color: rgb(2,65,84); }

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

background-color css

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

 a { background-color: rgb(2,65,84); }

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

border-color css

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

 span { border-color: rgb(2,65,84); }

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