Html Css Color HEX #014147 Sherpa Blue

📋 copy color: '#014147'

red 1 ◦ green 65 ◦ blue 71

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

Shades of Sherpa Blue #014147

Tints of Sherpa Blue #014147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 51.82%

R = 0.73%
G = 47.45%
B = 51.82%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014147 (or 0x014147) is known color: Sherpa Blue. HEX triplet: 01, 41 and 47. RGB value is (1,65,71). Sum of RGB (Red+Green+Blue) = 1+65+71=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #014147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014147 is #FEBEB8. Grayscale: #2E2E2E. Windows color (decimal): -16694969 or 4669697. OLE color: 4669697.

HSL color Cylindrical-coordinate representation of color #014147: hue angle of 185.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014147 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 65 71 -
CMYK 0.99 0.08 0 0.72
HSL 185.14º 0.97% 0.14% -
HSV(B) 185.14º 0.99% 0.28% -
XYZ 3.04 4.24 6.62 -
YUV 46.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 1 65 71 0.99 0.08 0 0.72 185.14 0.97 0.14
Hex 1 41 47 63 8 0 48 B9 61 E
Octal 1 101 107 143 10 0 110 271 141 16
Binary 1 1000001 1000111 1100011 1000 0 1001000 10111001 1100001 1110

Color Harmonies of #014147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014147

Black with #014147

Text Example


Text Example

White with #014147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014147; }

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

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

background-color css

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

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

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

border-color css

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

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

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