Html Css Color HEX #014456 Sherpa Blue

📋 copy color: '#014456'

red 1 ◦ green 68 ◦ blue 86

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

Shades of Sherpa Blue #014456

Tints of Sherpa Blue #014456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

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

R = 0.65%
G = 43.87%
B = 55.48%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#014456 (or 0x014456) is known color: Sherpa Blue. HEX triplet: 01, 44 and 56. RGB value is (1,68,86). Sum of RGB (Red+Green+Blue) = 1+68+86=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #014456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014456 is #FEBBA9. Grayscale: #313131. Windows color (decimal): -16694186 or 5653505. OLE color: 5653505.

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

Color convert

RGB 1 68 86 -
CMYK 0.99 0.21 0 0.66
HSL 192.71º 0.98% 0.17% -
HSV(B) 192.71º 0.99% 0.34% -
XYZ 3.76 4.81 9.53 -
YUV 50.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 1 68 86 0.99 0.21 0 0.66 192.71 0.98 0.17
Hex 1 44 56 63 15 0 42 C1 62 11
Octal 1 104 126 143 25 0 102 301 142 21
Binary 1 1000100 1010110 1100011 10101 0 1000010 11000001 1100010 10001

Color Harmonies of #014456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014456

Black with #014456

Text Example


Text Example

White with #014456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014456; }

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

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

background-color css

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

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

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

border-color css

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

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

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