Html Css Color HEX #014156 Sherpa Blue

📋 copy color: '#014156'

red 1 ◦ green 65 ◦ blue 86

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

Shades of Sherpa Blue #014156

Tints of Sherpa Blue #014156

RGB

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

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

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

R = 0.66%
G = 42.76%
B = 56.58%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014156 (or 0x014156) is known color: Sherpa Blue. HEX triplet: 01, 41 and 56. RGB value is (1,65,86). Sum of RGB (Red+Green+Blue) = 1+65+86=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #014156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014156 is #FEBEA9. Grayscale: #303030. Windows color (decimal): -16694954 or 5652737. OLE color: 5652737.

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

Color convert

RGB 1 65 86 -
CMYK 0.99 0.24 0 0.66
HSL 194.82º 0.98% 0.17% -
HSV(B) 194.82º 0.99% 0.34% -
XYZ 3.58 4.46 9.48 -
YUV 48.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 1 65 86 0.99 0.24 0 0.66 194.82 0.98 0.17
Hex 1 41 56 63 18 0 42 C3 62 11
Octal 1 101 126 143 30 0 102 303 142 21
Binary 1 1000001 1010110 1100011 11000 0 1000010 11000011 1100010 10001

Color Harmonies of #014156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014156

Black with #014156

Text Example


Text Example

White with #014156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014156; }

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

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

background-color css

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

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

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

border-color css

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

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

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