Html Css Color HEX #014960 Sherpa Blue

📋 copy color: '#014960'

red 1 ◦ green 73 ◦ blue 96

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

Shades of Sherpa Blue #014960

Tints of Sherpa Blue #014960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 0.59%
G = 42.94%
B = 56.47%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014960 (or 0x014960) is known color: Sherpa Blue. HEX triplet: 01, 49 and 60. RGB value is (1,73,96). Sum of RGB (Red+Green+Blue) = 1+73+96=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #014960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014960 is #FEB69F. Grayscale: #353535. Windows color (decimal): -16692896 or 6310145. OLE color: 6310145.

HSL color Cylindrical-coordinate representation of color #014960: hue angle of 194.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014960 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 73 96 -
CMYK 0.99 0.24 0 0.62
HSL 194.53º 0.98% 0.19% -
HSV(B) 194.53º 0.99% 0.38% -
XYZ 4.51 5.62 11.91 -
YUV 54.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 1 73 96 0.99 0.24 0 0.62 194.53 0.98 0.19
Hex 1 49 60 63 18 0 3E C3 62 13
Octal 1 111 140 143 30 0 76 303 142 23
Binary 1 1001001 1100000 1100011 11000 0 111110 11000011 1100010 10011

Color Harmonies of #014960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014960

Black with #014960

Text Example


Text Example

White with #014960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014960; }

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

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

background-color css

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

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

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

border-color css

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

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

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