Html Css Color HEX #014150 Sherpa Blue

📋 copy color: '#014150'

red 1 ◦ green 65 ◦ blue 80

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

Shades of Sherpa Blue #014150

Tints of Sherpa Blue #014150

RGB

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

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

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

R = 0.68%
G = 44.52%
B = 54.79%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#014150 (or 0x014150) is known color: Sherpa Blue. HEX triplet: 01, 41 and 50. RGB value is (1,65,80). Sum of RGB (Red+Green+Blue) = 1+65+80=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #014150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014150 is #FEBEAF. Grayscale: #2F2F2F. Windows color (decimal): -16694960 or 5259521. OLE color: 5259521.

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

Color convert

RGB 1 65 80 -
CMYK 0.99 0.19 0 0.69
HSL 191.39º 0.98% 0.16% -
HSV(B) 191.39º 0.99% 0.31% -
XYZ 3.35 4.37 8.26 -
YUV 47.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 1 65 80 0.99 0.19 0 0.69 191.39 0.98 0.16
Hex 1 41 50 63 13 0 45 BF 62 10
Octal 1 101 120 143 23 0 105 277 142 20
Binary 1 1000001 1010000 1100011 10011 0 1000101 10111111 1100010 10000

Color Harmonies of #014150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014150

Black with #014150

Text Example


Text Example

White with #014150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014150; }

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

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

background-color css

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

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

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

border-color css

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

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

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