#014253

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

Shades of Sherpa Blue #014253

Tints of Sherpa Blue #014253

Color information

#014253 (or 0x014253) is unknown color: approx Sherpa Blue. HEX triplet: 01, 42 and 53. RGB value is (1,66,83). Sum of RGB (Red+Green+Blue) = 1+66+83=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #014253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014253 is #FEBDAC. Grayscale: #303030. Windows color (decimal): -16694701 or 5456385. OLE color: 5456385.

HSL color Cylindrical-coordinate representation of color #014253: hue angle of 192.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014253 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB16683-
CMYK0.990.2000.67
HSL192.44º97.62%16.47%-
HSV(B)192.44º98.8%32.55%-
XYZ3.524.538.87-
YUV48.5147.4794.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=0.67%
G=44%
B=55.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal166830.990.2000.67192.4497.6216.47
Hex142536314043c06210
Octal110212314324010330014220
Binary1100001010100111100011101000100001111000000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014253; }

 p { color: rgb(1,66,83); }

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

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

 a { background-color: rgb(1,66,83); }

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

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

 span { border-color: rgb(1,66,83); }

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