Html Css Color HEX #014049 Sherpa Blue

📋 copy color: '#014049'

red 1 ◦ green 64 ◦ blue 73

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

Shades of Sherpa Blue #014049

Tints of Sherpa Blue #014049

RGB

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

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

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

R = 0.72%
G = 46.38%
B = 52.9%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#014049 (or 0x014049) is known color: Sherpa Blue. HEX triplet: 01, 40 and 49. RGB value is (1,64,73). Sum of RGB (Red+Green+Blue) = 1+64+73=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #014049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014049 is #FEBFB6. Grayscale: #2E2E2E. Windows color (decimal): -16695223 or 4800513. OLE color: 4800513.

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

Color convert

RGB 1 64 73 -
CMYK 0.99 0.12 0 0.71
HSL 187.5º 0.97% 0.15% -
HSV(B) 187.5º 0.99% 0.29% -
XYZ 3.05 4.15 6.94 -
YUV 46.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 1 64 73 0.99 0.12 0 0.71 187.5 0.97 0.15
Hex 1 40 49 63 C 0 47 BC 61 F
Octal 1 100 111 143 14 0 107 274 141 17
Binary 1 1000000 1001001 1100011 1100 0 1000111 10111100 1100001 1111

Color Harmonies of #014049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014049

Black with #014049

Text Example


Text Example

White with #014049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014049; }

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

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

background-color css

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

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

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

border-color css

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

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

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