Html Css Color HEX #024551 Sherpa Blue

📋 copy color: '#024551'

red 2 ◦ green 69 ◦ blue 81

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

Shades of Sherpa Blue #024551

Tints of Sherpa Blue #024551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 1.32%
G = 45.39%
B = 53.29%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024551 (or 0x024551) is known color: Sherpa Blue. HEX triplet: 02, 45 and 51. RGB value is (2,69,81). Sum of RGB (Red+Green+Blue) = 2+69+81=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #024551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024551 is #FDBAAE. Grayscale: #323232. Windows color (decimal): -16628399 or 5326082. OLE color: 5326082.

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

Color convert

RGB 2 69 81 -
CMYK 0.98 0.15 0 0.68
HSL 189.11º 0.95% 0.16% -
HSV(B) 189.11º 0.98% 0.32% -
XYZ 3.64 4.86 8.53 -
YUV 50.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 2 69 81 0.98 0.15 0 0.68 189.11 0.95 0.16
Hex 2 45 51 62 F 0 44 BD 5F 10
Octal 2 105 121 142 17 0 104 275 137 20
Binary 10 1000101 1010001 1100010 1111 0 1000100 10111101 1011111 10000

Color Harmonies of #024551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024551

Black with #024551

Text Example


Text Example

White with #024551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024551; }

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

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

background-color css

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

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

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

border-color css

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

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

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