Html Css Color HEX #024953 Sherpa Blue

📋 copy color: '#024953'

red 2 ◦ green 73 ◦ blue 83

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

Shades of Sherpa Blue #024953

Tints of Sherpa Blue #024953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.2%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 1.27%
G = 46.2%
B = 52.53%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024953 (or 0x024953) is known color: Sherpa Blue. HEX triplet: 02, 49 and 53. RGB value is (2,73,83). Sum of RGB (Red+Green+Blue) = 2+73+83=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #024953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024953 is #FDB6AC. Grayscale: #343434. Windows color (decimal): -16627373 or 5458178. OLE color: 5458178.

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

Color convert

RGB 2 73 83 -
CMYK 0.98 0.12 0 0.67
HSL 187.41º 0.95% 0.17% -
HSV(B) 187.41º 0.98% 0.33% -
XYZ 3.97 5.4 9.02 -
YUV 52.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 2 73 83 0.98 0.12 0 0.67 187.41 0.95 0.17
Hex 2 49 53 62 C 0 43 BB 5F 11
Octal 2 111 123 142 14 0 103 273 137 21
Binary 10 1001001 1010011 1100010 1100 0 1000011 10111011 1011111 10001

Color Harmonies of #024953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024953

Black with #024953

Text Example


Text Example

White with #024953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024953; }

 p { color: rgb(2,73,83); }

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

background-color css

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

 a { background-color: rgb(2,73,83); }

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

border-color css

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

 span { border-color: rgb(2,73,83); }

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