Html Css Color HEX #014050 Sherpa Blue

📋 copy color: '#014050'

red 1 ◦ green 64 ◦ blue 80

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

Shades of Sherpa Blue #014050

Tints of Sherpa Blue #014050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 55.17%

R = 0.69%
G = 44.14%
B = 55.17%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#014050 (or 0x014050) is known color: Sherpa Blue. HEX triplet: 01, 40 and 50. RGB value is (1,64,80). Sum of RGB (Red+Green+Blue) = 1+64+80=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #014050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014050 is #FEBFAF. Grayscale: #2E2E2E. Windows color (decimal): -16695216 or 5259265. OLE color: 5259265.

HSL color Cylindrical-coordinate representation of color #014050: hue angle of 192.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014050 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 64 80 -
CMYK 0.99 0.20 0 0.69
HSL 192.15º 0.98% 0.16% -
HSV(B) 192.15º 0.99% 0.31% -
XYZ 3.29 4.25 8.24 -
YUV 46.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 1 64 80 0.99 0.20 0 0.69 192.15 0.98 0.16
Hex 1 40 50 63 14 0 45 C0 62 10
Octal 1 100 120 143 24 0 105 300 142 20
Binary 1 1000000 1010000 1100011 10100 0 1000101 11000000 1100010 10000

Color Harmonies of #014050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014050

Black with #014050

Text Example


Text Example

White with #014050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014050; }

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

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

background-color css

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

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

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

border-color css

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

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

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