Html Css Color HEX #014056 Sherpa Blue

📋 copy color: '#014056'

red 1 ◦ green 64 ◦ blue 86

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

Shades of Sherpa Blue #014056

Tints of Sherpa Blue #014056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 0.66%
G = 42.38%
B = 56.95%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014056 (or 0x014056) is known color: Sherpa Blue. HEX triplet: 01, 40 and 56. RGB value is (1,64,86). Sum of RGB (Red+Green+Blue) = 1+64+86=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #014056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014056 is #FEBFA9. Grayscale: #2F2F2F. Windows color (decimal): -16695210 or 5652481. OLE color: 5652481.

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

Color convert

RGB 1 64 86 -
CMYK 0.99 0.26 0 0.66
HSL 195.53º 0.98% 0.17% -
HSV(B) 195.53º 0.99% 0.34% -
XYZ 3.53 4.35 9.46 -
YUV 47.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 1 64 86 0.99 0.26 0 0.66 195.53 0.98 0.17
Hex 1 40 56 63 1A 0 42 C4 62 11
Octal 1 100 126 143 32 0 102 304 142 21
Binary 1 1000000 1010110 1100011 11010 0 1000010 11000100 1100010 10001

Color Harmonies of #014056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014056

Black with #014056

Text Example


Text Example

White with #014056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014056; }

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

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

background-color css

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

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

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

border-color css

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

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

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