#01425A

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

Shades of Sherpa Blue #01425A

Tints of Sherpa Blue #01425A

Color information

#01425A (or 0x01425A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 42 and 5A. RGB value is (1,66,90). Sum of RGB (Red+Green+Blue) = 1+66+90=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #01425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01425A is #FEBDA5. Grayscale: #313131. Windows color (decimal): -16694694 or 5915137. OLE color: 5915137.

HSL color Cylindrical-coordinate representation of color #01425A: hue angle of 196.18º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01425A is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB16690-
CMYK0.990.2700.65
HSL196.18º97.8%17.84%-
HSV(B)196.18º98.89%35.29%-
XYZ3.814.6410.37-
YUV49.3150.9793.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=0.64%
G=42.04%
B=57.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal166900.990.2700.65196.1897.817.84
Hex1425A631B041c46212
Octal110213214333010130414222
Binary1100001010110101100011110110100000111000100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01425A; }

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

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

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

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

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

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

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

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