Html Css Color HEX #024153 Sherpa Blue

📋 copy color: '#024153'

red 2 ◦ green 65 ◦ blue 83

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

Shades of Sherpa Blue #024153

Tints of Sherpa Blue #024153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

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

R = 1.33%
G = 43.33%
B = 55.33%

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

#024153 (or 0x024153) is known color: Sherpa Blue. HEX triplet: 02, 41 and 53. RGB value is (2,65,83). Sum of RGB (Red+Green+Blue) = 2+65+83=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #024153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024153 is #FDBEAC. Grayscale: #303030. Windows color (decimal): -16629421 or 5456130. OLE color: 5456130.

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

Color convert

RGB 2 65 83 -
CMYK 0.98 0.22 0 0.67
HSL 193.33º 0.95% 0.17% -
HSV(B) 193.33º 0.98% 0.33% -
XYZ 3.48 4.42 8.85 -
YUV 48.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 2 65 83 0.98 0.22 0 0.67 193.33 0.95 0.17
Hex 2 41 53 62 16 0 43 C1 5F 11
Octal 2 101 123 142 26 0 103 301 137 21
Binary 10 1000001 1010011 1100010 10110 0 1000011 11000001 1011111 10001

Color Harmonies of #024153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024153

Black with #024153

Text Example


Text Example

White with #024153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024153; }

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

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

background-color css

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

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

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

border-color css

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

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

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