Html Css Color HEX #01534E Sherpa Blue

📋 copy color: '#01534E'

red 1 ◦ green 83 ◦ blue 78

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

Shades of Sherpa Blue #01534E

Tints of Sherpa Blue #01534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 0.62%
G = 51.23%
B = 48.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#01534E (or 0x01534E) is known color: Sherpa Blue. HEX triplet: 01, 53 and 4E. RGB value is (1,83,78). Sum of RGB (Red+Green+Blue) = 1+83+78=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #01534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01534E is #FEACB1. Grayscale: #393939. Windows color (decimal): -16690354 or 5133057. OLE color: 5133057.

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

Color convert

RGB 1 83 78 -
CMYK 0.99 0 0.06 0.67
HSL 176.34º 0.98% 0.16% -
HSV(B) 176.34º 0.99% 0.33% -
XYZ 4.48 6.74 8.27 -
YUV 57.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 1 83 78 0.99 0 0.06 0.67 176.34 0.98 0.16
Hex 1 53 4E 63 0 6 43 B0 62 10
Octal 1 123 116 143 0 6 103 260 142 20
Binary 1 1010011 1001110 1100011 0 110 1000011 10110000 1100010 10000

Color Harmonies of #01534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01534E

Black with #01534E

Text Example


Text Example

White with #01534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01534E; }

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

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

background-color css

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

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

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

border-color css

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

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

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