#01445B

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

Shades of Sherpa Blue #01445B

Tints of Sherpa Blue #01445B

Color information

#01445B (or 0x01445B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 5B. RGB value is (1,68,91). Sum of RGB (Red+Green+Blue) = 1+68+91=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #01445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01445B is #FEBBA4. Grayscale: #323232. Windows color (decimal): -16694181 or 5981185. OLE color: 5981185.

HSL color Cylindrical-coordinate representation of color #01445B: hue angle of 195.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01445B is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB16891-
CMYK0.990.2500.64
HSL195.33º97.83%18.04%-
HSV(B)195.33º98.9%35.69%-
XYZ3.974.910.63-
YUV50.59150.892.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=0.62%
G=42.5%
B=56.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal168910.990.2500.64195.3397.8318.04
Hex1445B6319040c36212
Octal110413314331010030314222
Binary1100010010110111100011110010100000011000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01445B; }

 p { color: rgb(1,68,91); }

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

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

 a { background-color: rgb(1,68,91); }

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

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

 span { border-color: rgb(1,68,91); }

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