#013640

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

Shades of Sherpa Blue #013640

Tints of Sherpa Blue #013640

Color information

#013640 (or 0x013640) is unknown color: approx Sherpa Blue. HEX triplet: 01, 36 and 40. RGB value is (1,54,64). Sum of RGB (Red+Green+Blue) = 1+54+64=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #013640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013640 is #FEC9BF. Grayscale: #272727. Windows color (decimal): -16697792 or 4208129. OLE color: 4208129.

HSL color Cylindrical-coordinate representation of color #013640: hue angle of 189.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013640 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15464-
CMYK0.980.1600.75
HSL189.52º96.92%12.75%-
HSV(B)189.52º98.44%25.1%-
XYZ2.263.015.31-
YUV39.29141.94100.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=0.84%
G=45.38%
B=53.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal154640.980.1600.75189.5296.9212.75
Hex13640621004Bbe61d
Octal16610014220011327614115
Binary11101101000000110001010000010010111011111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013640; }

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

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

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

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

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

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

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

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