#01353E

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

Shades of Sherpa Blue #01353E

Tints of Sherpa Blue #01353E

Color information

#01353E (or 0x01353E) is unknown color: approx Sherpa Blue. HEX triplet: 01, 35 and 3E. RGB value is (1,53,62). Sum of RGB (Red+Green+Blue) = 1+53+62=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #01353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01353E is #FECAC1. Grayscale: #262626. Windows color (decimal): -16698050 or 4076801. OLE color: 4076801.

HSL color Cylindrical-coordinate representation of color #01353E: hue angle of 188.85º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01353E is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15362-
CMYK0.980.1500.76
HSL188.85º96.83%12.35%-
HSV(B)188.85º98.39%24.31%-
XYZ2.162.95-
YUV38.48141.27101.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 62 (24.61% from 255) = 53.45%
R=0.86%
G=45.69%
B=53.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal153620.980.1500.76188.8596.8312.35
Hex1353E62F04Cbd61c
Octal1657614217011427514114
Binary111010111111011000101111010011001011110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01353E; }

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

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

<style>
 a { background-color: #01353E; }

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

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

<style>
 span { border-color: #01353E; }

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

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