Html Css Color HEX #177068 Blue Stone

📋 copy color: '#177068'

red 23 ◦ green 112 ◦ blue 104

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

Shades of Blue Stone #177068

Tints of Blue Stone #177068

RGB

 RED value IS 23 (9.38% from 255) = 9.62%

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 9.62%
G = 46.86%
B = 43.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#177068 (or 0x177068) is known color: Blue Stone. HEX triplet: 17, 70 and 68. RGB value is (23,112,104). Sum of RGB (Red+Green+Blue) = 23+112+104=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #177068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177068 is #E88F97. Grayscale: #545454. Windows color (decimal): -15241112 or 6844439. OLE color: 6844439.

HSL color Cylindrical-coordinate representation of color #177068: hue angle of 174.61º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #177068 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 112 104 -
CMYK 0.79 0 0.07 0.56
HSL 174.61º 0.66% 0.26% -
HSV(B) 174.61º 0.79% 0.44% -
XYZ 8.65 12.77 15.11 -
YUV 84.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 23 112 104 0.79 0 0.07 0.56 174.61 0.66 0.26
Hex 17 70 68 4F 0 7 38 AF 42 1A
Octal 27 160 150 117 0 7 70 257 102 32
Binary 10111 1110000 1101000 1001111 0 111 111000 10101111 1000010 11010

Color Harmonies of #177068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177068

Black with #177068

Text Example


Text Example

White with #177068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177068; }

 p { color: rgb(23,112,104); }

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

background-color css

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

 a { background-color: rgb(23,112,104); }

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

border-color css

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

 span { border-color: rgb(23,112,104); }

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