#01435B

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

Shades of Sherpa Blue #01435B

Tints of Sherpa Blue #01435B

Color information

#01435B (or 0x01435B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 43 and 5B. RGB value is (1,67,91). Sum of RGB (Red+Green+Blue) = 1+67+91=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #01435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01435B is #FEBCA4. Grayscale: #313131. Windows color (decimal): -16694437 or 5980929. OLE color: 5980929.

HSL color Cylindrical-coordinate representation of color #01435B: hue angle of 196º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01435B is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB16791-
CMYK0.990.2600.64
HSL196º97.83%18.04%-
HSV(B)196º98.9%35.69%-
XYZ3.914.7810.61-
YUV50151.1393.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 91 (35.94% from 255) = 57.23%
R=0.63%
G=42.14%
B=57.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal167910.990.2600.6419697.8318.04
Hex1435B631A040c46212
Octal110313314332010030414222
Binary1100001110110111100011110100100000011000100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,67,91); }

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

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

 a { background-color: rgb(1,67,91); }

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

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

 span { border-color: rgb(1,67,91); }

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