Html Css Color HEX #1E706C Blue Stone

📋 copy color: '#1E706C'

red 30 ◦ green 112 ◦ blue 108

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

Shades of Blue Stone #1E706C

Tints of Blue Stone #1E706C

RGB

 RED value IS 30 (12.11% from 255) = 12%

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 12%
G = 44.8%
B = 43.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#1E706C (or 0x1E706C) is known color: Blue Stone. HEX triplet: 1E, 70 and 6C. RGB value is (30,112,108). Sum of RGB (Red+Green+Blue) = 30+112+108=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #1E706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E706C is #E18F93. Grayscale: #565656. Windows color (decimal): -14782356 or 7106590. OLE color: 7106590.

HSL color Cylindrical-coordinate representation of color #1E706C: hue angle of 177.07º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E706C is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 112 108 -
CMYK 0.73 0 0.04 0.56
HSL 177.07º 0.58% 0.28% -
HSV(B) 177.07º 0.73% 0.44% -
XYZ 9.04 12.95 16.21 -
YUV 87.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 30 112 108 0.73 0 0.04 0.56 177.07 0.58 0.28
Hex 1E 70 6C 49 0 4 38 B1 3A 1C
Octal 36 160 154 111 0 4 70 261 72 34
Binary 11110 1110000 1101100 1001001 0 100 111000 10110001 111010 11100

Color Harmonies of #1E706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E706C

Black with #1E706C

Text Example


Text Example

White with #1E706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E706C; }

 p { color: rgb(30,112,108); }

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

background-color css

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

 a { background-color: rgb(30,112,108); }

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

border-color css

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

 span { border-color: rgb(30,112,108); }

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