Html Css Color HEX #014844 Sherpa Blue

📋 copy color: '#014844'

red 1 ◦ green 72 ◦ blue 68

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

Shades of Sherpa Blue #014844

Tints of Sherpa Blue #014844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.23%

R = 0.71%
G = 51.06%
B = 48.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#014844 (or 0x014844) is known color: Sherpa Blue. HEX triplet: 01, 48 and 44. RGB value is (1,72,68). Sum of RGB (Red+Green+Blue) = 1+72+68=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #014844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014844 is #FEB7BB. Grayscale: #323232. Windows color (decimal): -16693180 or 4474881. OLE color: 4474881.

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

Color convert

RGB 1 72 68 -
CMYK 0.99 0 0.06 0.72
HSL 176.62º 0.97% 0.14% -
HSV(B) 176.62º 0.99% 0.28% -
XYZ 3.37 5.06 6.27 -
YUV 50.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 1 72 68 0.99 0 0.06 0.72 176.62 0.97 0.14
Hex 1 48 44 63 0 6 48 B1 61 E
Octal 1 110 104 143 0 6 110 261 141 16
Binary 1 1001000 1000100 1100011 0 110 1001000 10110001 1100001 1110

Color Harmonies of #014844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014844

Black with #014844

Text Example


Text Example

White with #014844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014844; }

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

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

background-color css

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

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

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

border-color css

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

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

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