#01344B

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

Shades of Sherpa Blue #01344B

Tints of Sherpa Blue #01344B

Color information

#01344B (or 0x01344B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 34 and 4B. RGB value is (1,52,75). Sum of RGB (Red+Green+Blue) = 1+52+75=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #01344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01344B is #FECBB4. Grayscale: #272727. Windows color (decimal): -16698293 or 4928513. OLE color: 4928513.

HSL color Cylindrical-coordinate representation of color #01344B: hue angle of 198.65º 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 #01344B is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15275-
CMYK0.990.3100.71
HSL198.65º97.37%14.9%-
HSV(B)198.65º98.67%29.41%-
XYZ2.512.977.1-
YUV39.37148.1100.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=0.78%
G=40.62%
B=58.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal152750.990.3100.71198.6597.3714.9
Hex1344B631F047c761f
Octal16411314337010730714117
Binary11101001001011110001111111010001111100011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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