Html Css Color HEX #014C53 Sherpa Blue

📋 copy color: '#014C53'

red 1 ◦ green 76 ◦ blue 83

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

Shades of Sherpa Blue #014C53

Tints of Sherpa Blue #014C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 0.63%
G = 47.5%
B = 51.88%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014C53 (or 0x014C53) is known color: Sherpa Blue. HEX triplet: 01, 4C and 53. RGB value is (1,76,83). Sum of RGB (Red+Green+Blue) = 1+76+83=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #014C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014C53 is #FEB3AC. Grayscale: #363636. Windows color (decimal): -16692141 or 5458945. OLE color: 5458945.

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

Color convert

RGB 1 76 83 -
CMYK 0.99 0.08 0 0.67
HSL 185.12º 0.98% 0.16% -
HSV(B) 185.12º 0.99% 0.33% -
XYZ 4.16 5.8 9.08 -
YUV 54.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 1 76 83 0.99 0.08 0 0.67 185.12 0.98 0.16
Hex 1 4C 53 63 8 0 43 B9 62 10
Octal 1 114 123 143 10 0 103 271 142 20
Binary 1 1001100 1010011 1100011 1000 0 1000011 10111001 1100010 10000

Color Harmonies of #014C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C53

Black with #014C53

Text Example


Text Example

White with #014C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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