#01363E

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

Shades of Sherpa Blue #01363E

Tints of Sherpa Blue #01363E

Color information

#01363E (or 0x01363E) is unknown color: approx Sherpa Blue. HEX triplet: 01, 36 and 3E. RGB value is (1,54,62). Sum of RGB (Red+Green+Blue) = 1+54+62=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #01363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01363E is #FEC9C1. Grayscale: #262626. Windows color (decimal): -16697794 or 4077057. OLE color: 4077057.

HSL color Cylindrical-coordinate representation of color #01363E: hue angle of 187.87º 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 #01363E is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15462-
CMYK0.980.1300.76
HSL187.87º96.83%12.35%-
HSV(B)187.87º98.39%24.31%-
XYZ2.22.995.02-
YUV39.06140.94100.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 62 (24.61% from 255) = 52.99%
R=0.85%
G=46.15%
B=52.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal154620.980.1300.76187.8796.8312.35
Hex1363E62D04Cbc61c
Octal1667614215011427414114
Binary111011011111011000101101010011001011110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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