Html Css Color HEX #024152 Sherpa Blue

📋 copy color: '#024152'

red 2 ◦ green 65 ◦ blue 82

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

Shades of Sherpa Blue #024152

Tints of Sherpa Blue #024152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 55.03%

R = 1.34%
G = 43.62%
B = 55.03%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024152 (or 0x024152) is known color: Sherpa Blue. HEX triplet: 02, 41 and 52. RGB value is (2,65,82). Sum of RGB (Red+Green+Blue) = 2+65+82=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #024152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024152 is #FDBEAD. Grayscale: #2F2F2F. Windows color (decimal): -16629422 or 5390594. OLE color: 5390594.

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

Color convert

RGB 2 65 82 -
CMYK 0.98 0.21 0 0.68
HSL 192.75º 0.95% 0.16% -
HSV(B) 192.75º 0.98% 0.32% -
XYZ 3.44 4.4 8.65 -
YUV 48.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 2 65 82 0.98 0.21 0 0.68 192.75 0.95 0.16
Hex 2 41 52 62 15 0 44 C1 5F 10
Octal 2 101 122 142 25 0 104 301 137 20
Binary 10 1000001 1010010 1100010 10101 0 1000100 11000001 1011111 10000

Color Harmonies of #024152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024152

Black with #024152

Text Example


Text Example

White with #024152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024152; }

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

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

background-color css

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

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

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

border-color css

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

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

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