#01374A

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

Shades of Sherpa Blue #01374A

Tints of Sherpa Blue #01374A

Color information

#01374A (or 0x01374A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 37 and 4A. RGB value is (1,55,74). Sum of RGB (Red+Green+Blue) = 1+55+74=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #01374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01374A is #FEC8B5. Grayscale: #282828. Windows color (decimal): -16697526 or 4863745. OLE color: 4863745.

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

Color convert

RGB15574-
CMYK0.990.2600.71
HSL195.62º97.33%14.71%-
HSV(B)195.62º98.65%29.02%-
XYZ2.613.236.96-
YUV41.02146.6199.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 74 (29.30% from 255) = 56.92%
R=0.77%
G=42.31%
B=56.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal155740.990.2600.71195.6297.3314.71
Hex1374A631A047c461f
Octal16711214332010730414117
Binary11101111001010110001111010010001111100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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