Html Css Color HEX #014159 Sherpa Blue

📋 copy color: '#014159'

red 1 ◦ green 65 ◦ blue 89

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

Shades of Sherpa Blue #014159

Tints of Sherpa Blue #014159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 0.65%
G = 41.94%
B = 57.42%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014159 (or 0x014159) is known color: Sherpa Blue. HEX triplet: 01, 41 and 59. RGB value is (1,65,89). Sum of RGB (Red+Green+Blue) = 1+65+89=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #014159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014159 is #FEBEA6. Grayscale: #303030. Windows color (decimal): -16694951 or 5849345. OLE color: 5849345.

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

Color convert

RGB 1 65 89 -
CMYK 0.99 0.27 0 0.65
HSL 196.36º 0.98% 0.18% -
HSV(B) 196.36º 0.99% 0.35% -
XYZ 3.71 4.51 10.13 -
YUV 48.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 1 65 89 0.99 0.27 0 0.65 196.36 0.98 0.18
Hex 1 41 59 63 1B 0 41 C4 62 12
Octal 1 101 131 143 33 0 101 304 142 22
Binary 1 1000001 1011001 1100011 11011 0 1000001 11000100 1100010 10010

Color Harmonies of #014159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014159

Black with #014159

Text Example


Text Example

White with #014159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014159; }

 p { color: rgb(1,65,89); }

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

background-color css

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

 a { background-color: rgb(1,65,89); }

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

border-color css

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

 span { border-color: rgb(1,65,89); }

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