Html Css Color HEX #014846 Sherpa Blue

📋 copy color: '#014846'

red 1 ◦ green 72 ◦ blue 70

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

Shades of Sherpa Blue #014846

Tints of Sherpa Blue #014846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.35%

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

R = 0.7%
G = 50.35%
B = 48.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#014846 (or 0x014846) is known color: Sherpa Blue. HEX triplet: 01, 48 and 46. RGB value is (1,72,70). Sum of RGB (Red+Green+Blue) = 1+72+70=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #014846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014846 is #FEB7B9. Grayscale: #323232. Windows color (decimal): -16693178 or 4605953. OLE color: 4605953.

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

Color convert

RGB 1 72 70 -
CMYK 0.99 0 0.03 0.72
HSL 178.31º 0.97% 0.14% -
HSV(B) 178.31º 0.99% 0.28% -
XYZ 3.44 5.08 6.59 -
YUV 50.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 1 72 70 0.99 0 0.03 0.72 178.31 0.97 0.14
Hex 1 48 46 63 0 3 48 B2 61 E
Octal 1 110 106 143 0 3 110 262 141 16
Binary 1 1001000 1000110 1100011 0 11 1001000 10110010 1100001 1110

Color Harmonies of #014846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014846

Black with #014846

Text Example


Text Example

White with #014846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014846; }

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

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

background-color css

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

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

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

border-color css

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

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

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