Html Css Color HEX #024954 Sherpa Blue

📋 copy color: '#024954'

red 2 ◦ green 73 ◦ blue 84

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

Shades of Sherpa Blue #024954

Tints of Sherpa Blue #024954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.91%

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

R = 1.26%
G = 45.91%
B = 52.83%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024954 (or 0x024954) is known color: Sherpa Blue. HEX triplet: 02, 49 and 54. RGB value is (2,73,84). Sum of RGB (Red+Green+Blue) = 2+73+84=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #024954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024954 is #FDB6AB. Grayscale: #343434. Windows color (decimal): -16627372 or 5523714. OLE color: 5523714.

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

Color convert

RGB 2 73 84 -
CMYK 0.98 0.13 0 0.67
HSL 188.05º 0.95% 0.17% -
HSV(B) 188.05º 0.98% 0.33% -
XYZ 4.01 5.42 9.22 -
YUV 53.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 2 73 84 0.98 0.13 0 0.67 188.05 0.95 0.17
Hex 2 49 54 62 D 0 43 BC 5F 11
Octal 2 111 124 142 15 0 103 274 137 21
Binary 10 1001001 1010100 1100010 1101 0 1000011 10111100 1011111 10001

Color Harmonies of #024954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024954

Black with #024954

Text Example


Text Example

White with #024954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024954; }

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

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

background-color css

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

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

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

border-color css

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

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

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