Html Css Color HEX #014059 Sherpa Blue

📋 copy color: '#014059'

red 1 ◦ green 64 ◦ blue 89

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

Shades of Sherpa Blue #014059

Tints of Sherpa Blue #014059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

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

R = 0.65%
G = 41.56%
B = 57.79%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#014059 (or 0x014059) is known color: Sherpa Blue. HEX triplet: 01, 40 and 59. RGB value is (1,64,89). Sum of RGB (Red+Green+Blue) = 1+64+89=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #014059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014059 is #FEBFA6. Grayscale: #2F2F2F. Windows color (decimal): -16695207 or 5849089. OLE color: 5849089.

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

Color convert

RGB 1 64 89 -
CMYK 0.99 0.28 0 0.65
HSL 197.05º 0.98% 0.18% -
HSV(B) 197.05º 0.99% 0.35% -
XYZ 3.65 4.39 10.11 -
YUV 48.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 1 64 89 0.99 0.28 0 0.65 197.05 0.98 0.18
Hex 1 40 59 63 1C 0 41 C5 62 12
Octal 1 100 131 143 34 0 101 305 142 22
Binary 1 1000000 1011001 1100011 11100 0 1000001 11000101 1100010 10010

Color Harmonies of #014059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014059

Black with #014059

Text Example


Text Example

White with #014059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014059; }

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

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

background-color css

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

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

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

border-color css

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

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

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