#01414B

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

Shades of Sherpa Blue #01414B

Tints of Sherpa Blue #01414B

Color information

#01414B (or 0x01414B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 41 and 4B. RGB value is (1,65,75). Sum of RGB (Red+Green+Blue) = 1+65+75=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #01414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01414B is #FEBEB4. Grayscale: #2E2E2E. Windows color (decimal): -16694965 or 4931841. OLE color: 4931841.

HSL color Cylindrical-coordinate representation of color #01414B: hue angle of 188.11º 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 #01414B is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16575-
CMYK0.990.1300.71
HSL188.11º97.37%14.9%-
HSV(B)188.11º98.67%29.41%-
XYZ3.174.37.32-
YUV47143.895.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=0.71%
G=46.10%
B=53.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal165750.990.1300.71188.1197.3714.9
Hex1414B63D047bc61f
Octal110111314315010727414117
Binary11000001100101111000111101010001111011110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,65,75); }

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

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

 a { background-color: rgb(1,65,75); }

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

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

 span { border-color: rgb(1,65,75); }

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