Html Css Color HEX #013849 Sherpa Blue

📋 copy color: '#013849'

red 1 ◦ green 56 ◦ blue 73

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

Shades of Sherpa Blue #013849

Tints of Sherpa Blue #013849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

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

R = 0.77%
G = 43.08%
B = 56.15%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013849 (or 0x013849) is known color: Sherpa Blue. HEX triplet: 01, 38 and 49. RGB value is (1,56,73). Sum of RGB (Red+Green+Blue) = 1+56+73=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #013849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013849 is #FEC7B6. Grayscale: #292929. Windows color (decimal): -16697271 or 4798465. OLE color: 4798465.

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

Color convert

RGB 1 56 73 -
CMYK 0.99 0.23 0 0.71
HSL 194.17º 0.97% 0.15% -
HSV(B) 194.17º 0.99% 0.29% -
XYZ 2.63 3.32 6.8 -
YUV 41.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 1 56 73 0.99 0.23 0 0.71 194.17 0.97 0.15
Hex 1 38 49 63 17 0 47 C2 61 F
Octal 1 70 111 143 27 0 107 302 141 17
Binary 1 111000 1001001 1100011 10111 0 1000111 11000010 1100001 1111

Color Harmonies of #013849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013849

Black with #013849

Text Example


Text Example

White with #013849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013849; }

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

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

background-color css

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

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

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

border-color css

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

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

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