Html Css Color HEX #014046 Sherpa Blue

📋 copy color: '#014046'

red 1 ◦ green 64 ◦ blue 70

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

Shades of Sherpa Blue #014046

Tints of Sherpa Blue #014046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 51.85%

R = 0.74%
G = 47.41%
B = 51.85%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#014046 (or 0x014046) is known color: Sherpa Blue. HEX triplet: 01, 40 and 46. RGB value is (1,64,70). Sum of RGB (Red+Green+Blue) = 1+64+70=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #014046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014046 is #FEBFB9. Grayscale: #2D2D2D. Windows color (decimal): -16695226 or 4603905. OLE color: 4603905.

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

Color convert

RGB 1 64 70 -
CMYK 0.99 0.09 0 0.73
HSL 185.22º 0.97% 0.14% -
HSV(B) 185.22º 0.99% 0.27% -
XYZ 2.95 4.12 6.43 -
YUV 45.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 1 64 70 0.99 0.09 0 0.73 185.22 0.97 0.14
Hex 1 40 46 63 9 0 49 B9 61 E
Octal 1 100 106 143 11 0 111 271 141 16
Binary 1 1000000 1000110 1100011 1001 0 1001001 10111001 1100001 1110

Color Harmonies of #014046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014046

Black with #014046

Text Example


Text Example

White with #014046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014046; }

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

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

background-color css

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

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

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

border-color css

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

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

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