Html Css Color HEX #024855 Sherpa Blue

📋 copy color: '#024855'

red 2 ◦ green 72 ◦ blue 85

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

Shades of Sherpa Blue #024855

Tints of Sherpa Blue #024855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

 BLUE value IS 85 (33.59% from 255) = 53.46%

R = 1.26%
G = 45.28%
B = 53.46%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024855 (or 0x024855) is known color: Sherpa Blue. HEX triplet: 02, 48 and 55. RGB value is (2,72,85). Sum of RGB (Red+Green+Blue) = 2+72+85=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #024855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024855 is #FDB7AA. Grayscale: #343434. Windows color (decimal): -16627627 or 5588994. OLE color: 5588994.

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

Color convert

RGB 2 72 85 -
CMYK 0.98 0.15 0 0.67
HSL 189.4º 0.95% 0.17% -
HSV(B) 189.4º 0.98% 0.33% -
XYZ 3.98 5.3 9.41 -
YUV 52.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 2 72 85 0.98 0.15 0 0.67 189.4 0.95 0.17
Hex 2 48 55 62 F 0 43 BD 5F 11
Octal 2 110 125 142 17 0 103 275 137 21
Binary 10 1001000 1010101 1100010 1111 0 1000011 10111101 1011111 10001

Color Harmonies of #024855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024855

Black with #024855

Text Example


Text Example

White with #024855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024855; }

 p { color: rgb(2,72,85); }

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

background-color css

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

 a { background-color: rgb(2,72,85); }

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

border-color css

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

 span { border-color: rgb(2,72,85); }

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