Html Css Color HEX #1C726B Blue Stone

📋 copy color: '#1C726B'

red 28 ◦ green 114 ◦ blue 107

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

Shades of Blue Stone #1C726B

Tints of Blue Stone #1C726B

RGB

 RED value IS 28 (11.33% from 255) = 11.24%

 GREEN value IS 114 (44.92% from 255) = 45.78%

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 11.24%
G = 45.78%
B = 42.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#1C726B (or 0x1C726B) is known color: Blue Stone. HEX triplet: 1C, 72 and 6B. RGB value is (28,114,107). Sum of RGB (Red+Green+Blue) = 28+114+107=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #1C726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C726B is #E38D94. Grayscale: #575757. Windows color (decimal): -14912917 or 7041564. OLE color: 7041564.

HSL color Cylindrical-coordinate representation of color #1C726B: hue angle of 175.12º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C726B is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 114 107 -
CMYK 0.75 0 0.06 0.55
HSL 175.12º 0.61% 0.28% -
HSV(B) 175.12º 0.75% 0.45% -
XYZ 9.15 13.34 16 -
YUV 87.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 28 114 107 0.75 0 0.06 0.55 175.12 0.61 0.28
Hex 1C 72 6B 4B 0 6 37 AF 3D 1C
Octal 34 162 153 113 0 6 67 257 75 34
Binary 11100 1110010 1101011 1001011 0 110 110111 10101111 111101 11100

Color Harmonies of #1C726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C726B

Black with #1C726B

Text Example


Text Example

White with #1C726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,114,107); }

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

background-color css

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

 a { background-color: rgb(28,114,107); }

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

border-color css

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

 span { border-color: rgb(28,114,107); }

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