Html Css Color HEX #014057 Sherpa Blue

📋 copy color: '#014057'

red 1 ◦ green 64 ◦ blue 87

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

Shades of Sherpa Blue #014057

Tints of Sherpa Blue #014057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 57.24%

R = 0.66%
G = 42.11%
B = 57.24%

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

#014057 (or 0x014057) is known color: Sherpa Blue. HEX triplet: 01, 40 and 57. RGB value is (1,64,87). Sum of RGB (Red+Green+Blue) = 1+64+87=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #014057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014057 is #FEBFA8. Grayscale: #2F2F2F. Windows color (decimal): -16695209 or 5718017. OLE color: 5718017.

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

Color convert

RGB 1 64 87 -
CMYK 0.99 0.26 0 0.66
HSL 196.05º 0.98% 0.17% -
HSV(B) 196.05º 0.99% 0.34% -
XYZ 3.57 4.36 9.67 -
YUV 47.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 1 64 87 0.99 0.26 0 0.66 196.05 0.98 0.17
Hex 1 40 57 63 1A 0 42 C4 62 11
Octal 1 100 127 143 32 0 102 304 142 21
Binary 1 1000000 1010111 1100011 11010 0 1000010 11000100 1100010 10001

Color Harmonies of #014057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014057

Black with #014057

Text Example


Text Example

White with #014057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014057; }

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

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

background-color css

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

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

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

border-color css

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

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

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