Html Css Color HEX #014954 Sherpa Blue

📋 copy color: '#014954'

red 1 ◦ green 73 ◦ blue 84

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

Shades of Sherpa Blue #014954

Tints of Sherpa Blue #014954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.2%

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

R = 0.63%
G = 46.2%
B = 53.16%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014954 (or 0x014954) is known color: Sherpa Blue. HEX triplet: 01, 49 and 54. RGB value is (1,73,84). Sum of RGB (Red+Green+Blue) = 1+73+84=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #014954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014954 is #FEB6AB. Grayscale: #343434. Windows color (decimal): -16692908 or 5523713. OLE color: 5523713.

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

Color convert

RGB 1 73 84 -
CMYK 0.99 0.13 0 0.67
HSL 187.95º 0.98% 0.17% -
HSV(B) 187.95º 0.99% 0.33% -
XYZ 4 5.41 9.22 -
YUV 52.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 1 73 84 0.99 0.13 0 0.67 187.95 0.98 0.17
Hex 1 49 54 63 D 0 43 BC 62 11
Octal 1 111 124 143 15 0 103 274 142 21
Binary 1 1001001 1010100 1100011 1101 0 1000011 10111100 1100010 10001

Color Harmonies of #014954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014954

Black with #014954

Text Example


Text Example

White with #014954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014954; }

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

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

background-color css

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

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

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

border-color css

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

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

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