Html Css Color HEX #014953 Sherpa Blue

📋 copy color: '#014953'

red 1 ◦ green 73 ◦ blue 83

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

Shades of Sherpa Blue #014953

Tints of Sherpa Blue #014953

RGB

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

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

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

R = 0.64%
G = 46.5%
B = 52.87%

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

#014953 (or 0x014953) is known color: Sherpa Blue. HEX triplet: 01, 49 and 53. RGB value is (1,73,83). Sum of RGB (Red+Green+Blue) = 1+73+83=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #014953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014953 is #FEB6AC. Grayscale: #343434. Windows color (decimal): -16692909 or 5458177. OLE color: 5458177.

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

Color convert

RGB 1 73 83 -
CMYK 0.99 0.12 0 0.67
HSL 187.32º 0.98% 0.16% -
HSV(B) 187.32º 0.99% 0.33% -
XYZ 3.96 5.4 9.02 -
YUV 52.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 1 73 83 0.99 0.12 0 0.67 187.32 0.98 0.16
Hex 1 49 53 63 C 0 43 BB 62 10
Octal 1 111 123 143 14 0 103 273 142 20
Binary 1 1001001 1010011 1100011 1100 0 1000011 10111011 1100010 10000

Color Harmonies of #014953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014953

Black with #014953

Text Example


Text Example

White with #014953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014953; }

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

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

background-color css

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

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

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

border-color css

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

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

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