Html Css Color HEX #015353 Sherpa Blue

📋 copy color: '#015353'

red 1 ◦ green 83 ◦ blue 83

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

Shades of Sherpa Blue #015353

Tints of Sherpa Blue #015353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 0.6%
G = 49.7%
B = 49.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#015353 (or 0x015353) is known color: Sherpa Blue. HEX triplet: 01, 53 and 53. RGB value is (1,83,83). Sum of RGB (Red+Green+Blue) = 1+83+83=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #015353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015353 is #FEACAC. Grayscale: #3A3A3A. Windows color (decimal): -16690349 or 5460737. OLE color: 5460737.

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

Color convert

RGB 1 83 83 -
CMYK 0.99 0 0 0.67
HSL 180º 0.98% 0.16% -
HSV(B) 180º 0.99% 0.33% -
XYZ 4.67 6.82 9.25 -
YUV 58.48 141.83 87 -
System Red Green Blue C M Y K H S L
Decimal 1 83 83 0.99 0 0 0.67 180 0.98 0.16
Hex 1 53 53 63 0 0 43 B4 62 10
Octal 1 123 123 143 0 0 103 264 142 20
Binary 1 1010011 1010011 1100011 0 0 1000011 10110100 1100010 10000

Color Harmonies of #015353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015353

Black with #015353

Text Example


Text Example

White with #015353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015353; }

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

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

background-color css

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

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

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

border-color css

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

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

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