#01384B

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

Shades of Sherpa Blue #01384B

Tints of Sherpa Blue #01384B

Color information

#01384B (or 0x01384B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 38 and 4B. RGB value is (1,56,75). Sum of RGB (Red+Green+Blue) = 1+56+75=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #01384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01384B is #FEC7B4. Grayscale: #292929. Windows color (decimal): -16697269 or 4929537. OLE color: 4929537.

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

Color convert

RGB15675-
CMYK0.990.2500.71
HSL195.41º97.37%14.9%-
HSV(B)195.41º98.67%29.41%-
XYZ2.73.347.16-
YUV41.72146.7898.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=0.76%
G=42.42%
B=56.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal156750.990.2500.71195.4197.3714.9
Hex1384B6319047c361f
Octal17011314331010730314117
Binary11110001001011110001111001010001111100001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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