Html Css Color HEX #014A54 Sherpa Blue

📋 copy color: '#014A54'

red 1 ◦ green 74 ◦ blue 84

#014A54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #014A54

Tints of Sherpa Blue #014A54

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 74 (29.3% from 255) = 46.54%

 BLUE value IS 84 (33.2% from 255) = 52.83%

R = 0.63%
G = 46.54%
B = 52.83%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014A54 (or 0x014A54) is known color: Sherpa Blue. HEX triplet: 01, 4A and 54. RGB value is (1,74,84). Sum of RGB (Red+Green+Blue) = 1+74+84=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #014A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A54 is #FEB5AB. Grayscale: #353535. Windows color (decimal): -16692652 or 5523969. OLE color: 5523969.

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

Color convert

RGB 1 74 84 -
CMYK 0.99 0.12 0 0.67
HSL 187.23º 0.98% 0.17% -
HSV(B) 187.23º 0.99% 0.33% -
XYZ 4.06 5.54 9.24 -
YUV 53.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 1 74 84 0.99 0.12 0 0.67 187.23 0.98 0.17
Hex 1 4A 54 63 C 0 43 BB 62 11
Octal 1 112 124 143 14 0 103 273 142 21
Binary 1 1001010 1010100 1100011 1100 0 1000011 10111011 1100010 10001

Color Harmonies of #014A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A54

Black with #014A54

Text Example


Text Example

White with #014A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #014A54;
 }
 .AnyTagClassName
 {
   color: #014A54;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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