Html Css Color HEX #015349 Sherpa Blue

📋 copy color: '#015349'

red 1 ◦ green 83 ◦ blue 73

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

Shades of Sherpa Blue #015349

Tints of Sherpa Blue #015349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

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

R = 0.64%
G = 52.87%
B = 46.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#015349 (or 0x015349) is known color: Sherpa Blue. HEX triplet: 01, 53 and 49. RGB value is (1,83,73). Sum of RGB (Red+Green+Blue) = 1+83+73=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #015349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015349 is #FEACB6. Grayscale: #393939. Windows color (decimal): -16690359 or 4805377. OLE color: 4805377.

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

Color convert

RGB 1 83 73 -
CMYK 0.99 0 0.12 0.67
HSL 172.68º 0.98% 0.16% -
HSV(B) 172.68º 0.99% 0.33% -
XYZ 4.31 6.67 7.36 -
YUV 57.34 136.83 87.81 -
System Red Green Blue C M Y K H S L
Decimal 1 83 73 0.99 0 0.12 0.67 172.68 0.98 0.16
Hex 1 53 49 63 0 C 43 AD 62 10
Octal 1 123 111 143 0 14 103 255 142 20
Binary 1 1010011 1001001 1100011 0 1100 1000011 10101101 1100010 10000

Color Harmonies of #015349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015349

Black with #015349

Text Example


Text Example

White with #015349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015349; }

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

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

background-color css

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

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

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

border-color css

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

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

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