Html Css Color HEX #024752 Sherpa Blue

📋 copy color: '#024752'

red 2 ◦ green 71 ◦ blue 82

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

Shades of Sherpa Blue #024752

Tints of Sherpa Blue #024752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.81%

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

R = 1.29%
G = 45.81%
B = 52.9%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024752 (or 0x024752) is known color: Sherpa Blue. HEX triplet: 02, 47 and 52. RGB value is (2,71,82). Sum of RGB (Red+Green+Blue) = 2+71+82=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #024752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024752 is #FDB8AD. Grayscale: #333333. Windows color (decimal): -16627886 or 5392130. OLE color: 5392130.

HSL color Cylindrical-coordinate representation of color #024752: hue angle of 188.25º 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 #024752 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 71 82 -
CMYK 0.98 0.13 0 0.68
HSL 188.25º 0.95% 0.16% -
HSV(B) 188.25º 0.98% 0.32% -
XYZ 3.8 5.13 8.77 -
YUV 51.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 2 71 82 0.98 0.13 0 0.68 188.25 0.95 0.16
Hex 2 47 52 62 D 0 44 BC 5F 10
Octal 2 107 122 142 15 0 104 274 137 20
Binary 10 1000111 1010010 1100010 1101 0 1000100 10111100 1011111 10000

Color Harmonies of #024752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024752

Black with #024752

Text Example


Text Example

White with #024752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024752; }

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

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

background-color css

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

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

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

border-color css

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

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

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