#196667

Color #196667 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #196667

Tints of Blue Stone #196667

Color information

#196667 (or 0x196667) is unknown color: approx Blue Stone. HEX triplet: 19, 66 and 67. RGB value is (25,102,103). Sum of RGB (Red+Green+Blue) = 25+102+103=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #196667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196667 is #E69998. Grayscale: #4F4F4F. Windows color (decimal): -15112601 or 6776345. OLE color: 6776345.

HSL color Cylindrical-coordinate representation of color #196667: hue angle of 180.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196667 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB25102103-
CMYK0.760.0100.60
HSL180.77º60.94%25.1%-
HSV(B)180.77º75.73%40.39%-
XYZ7.610.6914.49-
YUV79.09141.4989.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=10.87%
G=44.35%
B=44.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal251021030.760.0100.60180.7760.9425.1
Hex1966674C103Cb53d19
Octal3114614711410742657531
Binary11001110011011001111001100101111001011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196667; }

 p { color: rgb(25,102,103); }

 H1.HeaderClassName
 {
   color: #196667;
 }
 .AnyTagClassName
 {
   color: #196667;
 }
</style>
background-color css

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

 a { background-color: rgb(25,102,103); }

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

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

 span { border-color: rgb(25,102,103); }

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