Html Css Color HEX #014958 Sherpa Blue

📋 copy color: '#014958'

red 1 ◦ green 73 ◦ blue 88

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

Shades of Sherpa Blue #014958

Tints of Sherpa Blue #014958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 54.32%

R = 0.62%
G = 45.06%
B = 54.32%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014958 (or 0x014958) is known color: Sherpa Blue. HEX triplet: 01, 49 and 58. RGB value is (1,73,88). Sum of RGB (Red+Green+Blue) = 1+73+88=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #014958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014958 is #FEB6A7. Grayscale: #353535. Windows color (decimal): -16692904 or 5785857. OLE color: 5785857.

HSL color Cylindrical-coordinate representation of color #014958: hue angle of 190.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014958 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 73 88 -
CMYK 0.99 0.17 0 0.65
HSL 190.34º 0.98% 0.17% -
HSV(B) 190.34º 0.99% 0.35% -
XYZ 4.16 5.48 10.07 -
YUV 53.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 1 73 88 0.99 0.17 0 0.65 190.34 0.98 0.17
Hex 1 49 58 63 11 0 41 BE 62 11
Octal 1 111 130 143 21 0 101 276 142 21
Binary 1 1001001 1011000 1100011 10001 0 1000001 10111110 1100010 10001

Color Harmonies of #014958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014958

Black with #014958

Text Example


Text Example

White with #014958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014958; }

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

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

background-color css

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

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

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

border-color css

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

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

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