Html Css Color HEX #024255 Sherpa Blue

📋 copy color: '#024255'

red 2 ◦ green 66 ◦ blue 85

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

Shades of Sherpa Blue #024255

Tints of Sherpa Blue #024255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

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

R = 1.31%
G = 43.14%
B = 55.56%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024255 (or 0x024255) is known color: Sherpa Blue. HEX triplet: 02, 42 and 55. RGB value is (2,66,85). Sum of RGB (Red+Green+Blue) = 2+66+85=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #024255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024255 is #FDBDAA. Grayscale: #303030. Windows color (decimal): -16629163 or 5587458. OLE color: 5587458.

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

Color convert

RGB 2 66 85 -
CMYK 0.98 0.22 0 0.67
HSL 193.73º 0.95% 0.17% -
HSV(B) 193.73º 0.98% 0.33% -
XYZ 3.61 4.57 9.29 -
YUV 49.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 2 66 85 0.98 0.22 0 0.67 193.73 0.95 0.17
Hex 2 42 55 62 16 0 43 C2 5F 11
Octal 2 102 125 142 26 0 103 302 137 21
Binary 10 1000010 1010101 1100010 10110 0 1000011 11000010 1011111 10001

Color Harmonies of #024255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024255

Black with #024255

Text Example


Text Example

White with #024255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024255; }

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

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

background-color css

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

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

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

border-color css

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

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

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