#01343D

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

Shades of Sherpa Blue #01343D

Tints of Sherpa Blue #01343D

Color information

#01343D (or 0x01343D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 34 and 3D. RGB value is (1,52,61). Sum of RGB (Red+Green+Blue) = 1+52+61=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #01343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01343D is #FECBC2. Grayscale: #252525. Windows color (decimal): -16698307 or 4011009. OLE color: 4011009.

HSL color Cylindrical-coordinate representation of color #01343D: hue angle of 189º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01343D is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15261-
CMYK0.980.1500.76
HSL189º96.77%12.16%-
HSV(B)189º98.36%23.92%-
XYZ2.082.84.85-
YUV37.78141.1101.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=0.88%
G=45.61%
B=53.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal152610.980.1500.7618996.7712.16
Hex1343D62F04Cbd61c
Octal1647514217011427514114
Binary111010011110111000101111010011001011110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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