Html Css Color HEX #014855 Sherpa Blue

📋 copy color: '#014855'

red 1 ◦ green 72 ◦ blue 85

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

Shades of Sherpa Blue #014855

Tints of Sherpa Blue #014855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.8%

R = 0.63%
G = 45.57%
B = 53.8%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014855 (or 0x014855) is known color: Sherpa Blue. HEX triplet: 01, 48 and 55. RGB value is (1,72,85). Sum of RGB (Red+Green+Blue) = 1+72+85=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #014855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014855 is #FEB7AA. Grayscale: #343434. Windows color (decimal): -16693163 or 5588993. OLE color: 5588993.

HSL color Cylindrical-coordinate representation of color #014855: hue angle of 189.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014855 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 72 85 -
CMYK 0.99 0.15 0 0.67
HSL 189.29º 0.98% 0.17% -
HSV(B) 189.29º 0.99% 0.33% -
XYZ 3.97 5.3 9.41 -
YUV 52.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 1 72 85 0.99 0.15 0 0.67 189.29 0.98 0.17
Hex 1 48 55 63 F 0 43 BD 62 11
Octal 1 110 125 143 17 0 103 275 142 21
Binary 1 1001000 1010101 1100011 1111 0 1000011 10111101 1100010 10001

Color Harmonies of #014855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014855

Black with #014855

Text Example


Text Example

White with #014855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014855; }

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

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

background-color css

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

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

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

border-color css

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

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

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