Html Css Color HEX #024552 Sherpa Blue

📋 copy color: '#024552'

red 2 ◦ green 69 ◦ blue 82

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

Shades of Sherpa Blue #024552

Tints of Sherpa Blue #024552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 1.31%
G = 45.1%
B = 53.59%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024552 (or 0x024552) is known color: Sherpa Blue. HEX triplet: 02, 45 and 52. RGB value is (2,69,82). Sum of RGB (Red+Green+Blue) = 2+69+82=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #024552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024552 is #FDBAAD. Grayscale: #323232. Windows color (decimal): -16628398 or 5391618. OLE color: 5391618.

HSL color Cylindrical-coordinate representation of color #024552: hue angle of 189.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024552 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 69 82 -
CMYK 0.98 0.16 0 0.68
HSL 189.75º 0.95% 0.16% -
HSV(B) 189.75º 0.98% 0.32% -
XYZ 3.68 4.88 8.73 -
YUV 50.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 2 69 82 0.98 0.16 0 0.68 189.75 0.95 0.16
Hex 2 45 52 62 10 0 44 BE 5F 10
Octal 2 105 122 142 20 0 104 276 137 20
Binary 10 1000101 1010010 1100010 10000 0 1000100 10111110 1011111 10000

Color Harmonies of #024552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024552

Black with #024552

Text Example


Text Example

White with #024552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024552; }

 p { color: rgb(2,69,82); }

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

background-color css

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

 a { background-color: rgb(2,69,82); }

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

border-color css

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

 span { border-color: rgb(2,69,82); }

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