Html Css Color HEX #024254 Sherpa Blue

📋 copy color: '#024254'

red 2 ◦ green 66 ◦ blue 84

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

Shades of Sherpa Blue #024254

Tints of Sherpa Blue #024254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 55.26%

R = 1.32%
G = 43.42%
B = 55.26%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024254 (or 0x024254) is known color: Sherpa Blue. HEX triplet: 02, 42 and 54. RGB value is (2,66,84). Sum of RGB (Red+Green+Blue) = 2+66+84=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #024254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024254 is #FDBDAB. Grayscale: #303030. Windows color (decimal): -16629164 or 5521922. OLE color: 5521922.

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

Color convert

RGB 2 66 84 -
CMYK 0.98 0.21 0 0.67
HSL 193.17º 0.95% 0.17% -
HSV(B) 193.17º 0.98% 0.33% -
XYZ 3.57 4.55 9.08 -
YUV 48.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 2 66 84 0.98 0.21 0 0.67 193.17 0.95 0.17
Hex 2 42 54 62 15 0 43 C1 5F 11
Octal 2 102 124 142 25 0 103 301 137 21
Binary 10 1000010 1010100 1100010 10101 0 1000011 11000001 1011111 10001

Color Harmonies of #024254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024254

Black with #024254

Text Example


Text Example

White with #024254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024254; }

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

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

background-color css

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

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

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

border-color css

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

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

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