#01374B

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

Shades of Sherpa Blue #01374B

Tints of Sherpa Blue #01374B

Color information

#01374B (or 0x01374B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 37 and 4B. RGB value is (1,55,75). Sum of RGB (Red+Green+Blue) = 1+55+75=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #01374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01374B is #FEC8B4. Grayscale: #282828. Windows color (decimal): -16697525 or 4929281. OLE color: 4929281.

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

Color convert

RGB15575-
CMYK0.990.2700.71
HSL196.22º97.37%14.9%-
HSV(B)196.22º98.67%29.41%-
XYZ2.653.257.14-
YUV41.13147.1199.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=0.76%
G=41.98%
B=57.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal155750.990.2700.71196.2297.3714.9
Hex1374B631B047c461f
Octal16711314333010730414117
Binary11101111001011110001111011010001111100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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