#01384F

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

Shades of Sherpa Blue #01384F

Tints of Sherpa Blue #01384F

Color information

#01384F (or 0x01384F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 38 and 4F. RGB value is (1,56,79). Sum of RGB (Red+Green+Blue) = 1+56+79=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #01384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01384F is #FEC7B0. Grayscale: #2A2A2A. Windows color (decimal): -16697265 or 5191681. OLE color: 5191681.

HSL color Cylindrical-coordinate representation of color #01384F: hue angle of 197.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01384F is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB15679-
CMYK0.990.2900.69
HSL197.69º97.5%15.69%-
HSV(B)197.69º98.73%30.98%-
XYZ2.843.47.9-
YUV42.18148.7898.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=0.74%
G=41.18%
B=58.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal156790.990.2900.69197.6997.515.69
Hex1384F631D045c66210
Octal17011714335010530614220
Binary111100010011111100011111010100010111000110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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