Html Css Color HEX #014047 Sherpa Blue

📋 copy color: '#014047'

red 1 ◦ green 64 ◦ blue 71

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

Shades of Sherpa Blue #014047

Tints of Sherpa Blue #014047

RGB

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

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

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

R = 0.74%
G = 47.06%
B = 52.21%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014047 (or 0x014047) is known color: Sherpa Blue. HEX triplet: 01, 40 and 47. RGB value is (1,64,71). Sum of RGB (Red+Green+Blue) = 1+64+71=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #014047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014047 is #FEBFB8. Grayscale: #2D2D2D. Windows color (decimal): -16695225 or 4669441. OLE color: 4669441.

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

Color convert

RGB 1 64 71 -
CMYK 0.99 0.10 0 0.72
HSL 186º 0.97% 0.14% -
HSV(B) 186º 0.99% 0.28% -
XYZ 2.98 4.13 6.6 -
YUV 45.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 1 64 71 0.99 0.10 0 0.72 186 0.97 0.14
Hex 1 40 47 63 A 0 48 BA 61 E
Octal 1 100 107 143 12 0 110 272 141 16
Binary 1 1000000 1000111 1100011 1010 0 1001000 10111010 1100001 1110

Color Harmonies of #014047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014047

Black with #014047

Text Example


Text Example

White with #014047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014047; }

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

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

background-color css

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

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

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

border-color css

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

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

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