#01354B

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

Shades of Sherpa Blue #01354B

Tints of Sherpa Blue #01354B

Color information

#01354B (or 0x01354B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 35 and 4B. RGB value is (1,53,75). Sum of RGB (Red+Green+Blue) = 1+53+75=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #01354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01354B is #FECAB4. Grayscale: #272727. Windows color (decimal): -16698037 or 4928769. OLE color: 4928769.

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

Color convert

RGB15375-
CMYK0.990.2900.71
HSL197.84º97.37%14.9%-
HSV(B)197.84º98.67%29.41%-
XYZ2.563.067.11-
YUV39.96147.77100.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=0.78%
G=41.09%
B=58.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal153750.990.2900.71197.8497.3714.9
Hex1354B631D047c661f
Octal16511314335010730614117
Binary11101011001011110001111101010001111100011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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