#01444A

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

Shades of Sherpa Blue #01444A

Tints of Sherpa Blue #01444A

Color information

#01444A (or 0x01444A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 4A. RGB value is (1,68,74). Sum of RGB (Red+Green+Blue) = 1+68+74=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #01444A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01444A is #FEBBB5. Grayscale: #303030. Windows color (decimal): -16694198 or 4867073. OLE color: 4867073.

HSL color Cylindrical-coordinate representation of color #01444A: hue angle of 184.93º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01444A is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16874-
CMYK0.990.0800.71
HSL184.93º97.33%14.71%-
HSV(B)184.93º98.65%29.02%-
XYZ3.324.647.2-
YUV48.65142.394.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 74 (29.30% from 255) = 51.75%
R=0.70%
G=47.55%
B=51.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal168740.990.0800.71184.9397.3314.71
Hex1444A638047b961f
Octal110411214310010727114117
Binary11000100100101011000111000010001111011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01444A; }

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

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

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

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

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

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

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

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