#01343F

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

Shades of Sherpa Blue #01343F

Tints of Sherpa Blue #01343F

Color information

#01343F (or 0x01343F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 34 and 3F. RGB value is (1,52,63). Sum of RGB (Red+Green+Blue) = 1+52+63=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #01343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343F is #FECBC0. Grayscale: #252525. Windows color (decimal): -16698305 or 4142081. OLE color: 4142081.

HSL color Cylindrical-coordinate representation of color #01343F: hue angle of 190.65º 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 #01343F is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15263-
CMYK0.980.1700.75
HSL190.65º96.88%12.55%-
HSV(B)190.65º98.41%24.71%-
XYZ2.142.825.13-
YUV38142.1101.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 63 (25% from 255) = 54.31%
R=0.86%
G=44.83%
B=54.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal152630.980.1700.75190.6596.8812.55
Hex1343F621104Bbf61d
Octal1647714221011327714115
Binary1110100111111110001010001010010111011111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,52,63); }

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

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

 a { background-color: rgb(1,52,63); }

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

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

 span { border-color: rgb(1,52,63); }

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