Html Css Color HEX #014149 Sherpa Blue

📋 copy color: '#014149'

red 1 ◦ green 65 ◦ blue 73

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

Shades of Sherpa Blue #014149

Tints of Sherpa Blue #014149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 52.52%

R = 0.72%
G = 46.76%
B = 52.52%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#014149 (or 0x014149) is known color: Sherpa Blue. HEX triplet: 01, 41 and 49. RGB value is (1,65,73). Sum of RGB (Red+Green+Blue) = 1+65+73=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #014149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014149 is #FEBEB6. Grayscale: #2E2E2E. Windows color (decimal): -16694967 or 4800769. OLE color: 4800769.

HSL color Cylindrical-coordinate representation of color #014149: hue angle of 186.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014149 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 65 73 -
CMYK 0.99 0.11 0 0.71
HSL 186.67º 0.97% 0.15% -
HSV(B) 186.67º 0.99% 0.29% -
XYZ 3.11 4.27 6.96 -
YUV 46.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 1 65 73 0.99 0.11 0 0.71 186.67 0.97 0.15
Hex 1 41 49 63 B 0 47 BB 61 F
Octal 1 101 111 143 13 0 107 273 141 17
Binary 1 1000001 1001001 1100011 1011 0 1000111 10111011 1100001 1111

Color Harmonies of #014149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014149

Black with #014149

Text Example


Text Example

White with #014149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014149; }

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

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

background-color css

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

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

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

border-color css

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

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

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