#014A4A

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

Shades of Sherpa Blue #014A4A

Tints of Sherpa Blue #014A4A

Color information

#014A4A (or 0x014A4A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4A and 4A. RGB value is (1,74,74). Sum of RGB (Red+Green+Blue) = 1+74+74=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #014A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A4A is #FEB5B5. Grayscale: #343434. Windows color (decimal): -16692662 or 4868609. OLE color: 4868609.

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

Color convert

RGB17474-
CMYK0.99000.71
HSL180º97.33%14.71%-
HSV(B)180º98.65%29.02%-
XYZ3.75.47.33-
YUV52.17140.3291.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 74 (29.30% from 255) = 49.66%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=0.67%
G=49.66%
B=49.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal174740.99000.7118097.3314.71
Hex14A4A630047b461f
Octal11121121430010726414117
Binary11001010100101011000110010001111011010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014A4A; }

 p { color: rgb(1,74,74); }

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

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

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

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

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

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

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