Html Css Color HEX #1C7069 Blue Stone

📋 copy color: '#1C7069'

red 28 ◦ green 112 ◦ blue 105

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

Shades of Blue Stone #1C7069

Tints of Blue Stone #1C7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.86%

R = 11.43%
G = 45.71%
B = 42.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#1C7069 (or 0x1C7069) is known color: Blue Stone. HEX triplet: 1C, 70 and 69. RGB value is (28,112,105). Sum of RGB (Red+Green+Blue) = 28+112+105=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7069 is #E38F96. Grayscale: #565656. Windows color (decimal): -14913431 or 6909980. OLE color: 6909980.

HSL color Cylindrical-coordinate representation of color #1C7069: hue angle of 175º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7069 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 112 105 -
CMYK 0.75 0 0.06 0.56
HSL 175º 0.6% 0.27% -
HSV(B) 175º 0.75% 0.44% -
XYZ 8.82 12.86 15.38 -
YUV 86.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 28 112 105 0.75 0 0.06 0.56 175 0.6 0.27
Hex 1C 70 69 4B 0 6 38 AF 3C 1B
Octal 34 160 151 113 0 6 70 257 74 33
Binary 11100 1110000 1101001 1001011 0 110 111000 10101111 111100 11011

Color Harmonies of #1C7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7069

Black with #1C7069

Text Example


Text Example

White with #1C7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,105); }

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

background-color css

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

 a { background-color: rgb(28,112,105); }

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

border-color css

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

 span { border-color: rgb(28,112,105); }

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