#024445

Color #024445 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #024445

Tints of Sherpa Blue #024445

Color information

#024445 (or 0x024445) is unknown color: approx Sherpa Blue. HEX triplet: 02, 44 and 45. RGB value is (2,68,69). Sum of RGB (Red+Green+Blue) = 2+68+69=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #024445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024445 is #FDBBBA. Grayscale: #303030. Windows color (decimal): -16628667 or 4539394. OLE color: 4539394.

HSL color Cylindrical-coordinate representation of color #024445: hue angle of 180.9º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024445 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB26869-
CMYK0.970.0100.73
HSL180.9º94.37%13.92%-
HSV(B)180.9º97.1%27.06%-
XYZ3.174.586.35-
YUV48.38139.6394.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=1.44%
G=48.92%
B=49.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268690.970.0100.73180.994.3713.92
Hex24445611049b55ee
Octal21041051411011126513616
Binary101000100100010111000011010010011011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024445; }

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

 H1.HeaderClassName
 {
   color: #024445;
 }
 .AnyTagClassName
 {
   color: #024445;
 }
</style>
background-color css

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

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

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

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

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

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