Html Css Color HEX #024055 Sherpa Blue

📋 copy color: '#024055'

red 2 ◦ green 64 ◦ blue 85

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

Shades of Sherpa Blue #024055

Tints of Sherpa Blue #024055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.38%

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

R = 1.32%
G = 42.38%
B = 56.29%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024055 (or 0x024055) is known color: Sherpa Blue. HEX triplet: 02, 40 and 55. RGB value is (2,64,85). Sum of RGB (Red+Green+Blue) = 2+64+85=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #024055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024055 is #FDBFAA. Grayscale: #2F2F2F. Windows color (decimal): -16629675 or 5586946. OLE color: 5586946.

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

Color convert

RGB 2 64 85 -
CMYK 0.98 0.25 0 0.67
HSL 195.18º 0.95% 0.17% -
HSV(B) 195.18º 0.98% 0.33% -
XYZ 3.5 4.34 9.25 -
YUV 47.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 2 64 85 0.98 0.25 0 0.67 195.18 0.95 0.17
Hex 2 40 55 62 19 0 43 C3 5F 11
Octal 2 100 125 142 31 0 103 303 137 21
Binary 10 1000000 1010101 1100010 11001 0 1000011 11000011 1011111 10001

Color Harmonies of #024055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024055

Black with #024055

Text Example


Text Example

White with #024055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024055; }

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

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

background-color css

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

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

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

border-color css

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

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

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