#01384D

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

Shades of Sherpa Blue #01384D

Tints of Sherpa Blue #01384D

Color information

#01384D (or 0x01384D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 38 and 4D. RGB value is (1,56,77). Sum of RGB (Red+Green+Blue) = 1+56+77=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #01384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01384D is #FEC7B2. Grayscale: #292929. Windows color (decimal): -16697267 or 5060609. OLE color: 5060609.

HSL color Cylindrical-coordinate representation of color #01384D: hue angle of 196.58º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01384D is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB15677-
CMYK0.990.2700.70
HSL196.58º97.44%15.29%-
HSV(B)196.58º98.7%30.2%-
XYZ2.773.377.53-
YUV41.95147.7898.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=0.75%
G=41.79%
B=57.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal156770.990.2700.70196.5897.4415.29
Hex1384D631B046c561f
Octal17011514333010630514117
Binary11110001001101110001111011010001101100010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01384D; }

 p { color: rgb(1,56,77); }

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

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

 a { background-color: rgb(1,56,77); }

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

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

 span { border-color: rgb(1,56,77); }

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