Html Css Color HEX #014C54 Sherpa Blue

📋 copy color: '#014C54'

red 1 ◦ green 76 ◦ blue 84

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

Shades of Sherpa Blue #014C54

Tints of Sherpa Blue #014C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.2%

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

R = 0.62%
G = 47.2%
B = 52.17%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014C54 (or 0x014C54) is known color: Sherpa Blue. HEX triplet: 01, 4C and 54. RGB value is (1,76,84). Sum of RGB (Red+Green+Blue) = 1+76+84=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #014C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C54 is #FEB3AB. Grayscale: #363636. Windows color (decimal): -16692140 or 5524481. OLE color: 5524481.

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

Color convert

RGB 1 76 84 -
CMYK 0.99 0.10 0 0.67
HSL 185.78º 0.98% 0.17% -
HSV(B) 185.78º 0.99% 0.33% -
XYZ 4.2 5.82 9.29 -
YUV 54.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 1 76 84 0.99 0.10 0 0.67 185.78 0.98 0.17
Hex 1 4C 54 63 A 0 43 BA 62 11
Octal 1 114 124 143 12 0 103 272 142 21
Binary 1 1001100 1010100 1100011 1010 0 1000011 10111010 1100010 10001

Color Harmonies of #014C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C54

Black with #014C54

Text Example


Text Example

White with #014C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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