#013448

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

Shades of Sherpa Blue #013448

Tints of Sherpa Blue #013448

Color information

#013448 (or 0x013448) is unknown color: approx Sherpa Blue. HEX triplet: 01, 34 and 48. RGB value is (1,52,72). Sum of RGB (Red+Green+Blue) = 1+52+72=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #013448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013448 is #FECBB7. Grayscale: #262626. Windows color (decimal): -16698296 or 4731905. OLE color: 4731905.

HSL color Cylindrical-coordinate representation of color #013448: hue angle of 196.9º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013448 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB15272-
CMYK0.990.2800.72
HSL196.9º97.26%14.31%-
HSV(B)196.9º98.61%28.24%-
XYZ2.412.936.57-
YUV39.03146.6100.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=0.8%
G=41.6%
B=57.6%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal152720.990.2800.72196.997.2614.31
Hex13448631C048c561e
Octal16411014334011030514116
Binary11101001001000110001111100010010001100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013448; }

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

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

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

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

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

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

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

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