Html Css Color HEX #196068 Blue Stone

📋 copy color: '#196068'

red 25 ◦ green 96 ◦ blue 104

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

Shades of Blue Stone #196068

Tints of Blue Stone #196068

RGB

 RED value IS 25 (10.16% from 255) = 11.11%

 GREEN value IS 96 (37.89% from 255) = 42.67%

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

R = 11.11%
G = 42.67%
B = 46.22%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#196068 (or 0x196068) is known color: Blue Stone. HEX triplet: 19, 60 and 68. RGB value is (25,96,104). Sum of RGB (Red+Green+Blue) = 25+96+104=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #196068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196068 is #E69F97. Grayscale: #4B4B4B. Windows color (decimal): -15114136 or 6840345. OLE color: 6840345.

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

Color convert

RGB 25 96 104 -
CMYK 0.76 0.08 0 0.59
HSL 186.08º 0.61% 0.25% -
HSV(B) 186.08º 0.76% 0.41% -
XYZ 7.08 9.57 14.57 -
YUV 75.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 25 96 104 0.76 0.08 0 0.59 186.08 0.61 0.25
Hex 19 60 68 4C 8 0 3B BA 3D 19
Octal 31 140 150 114 10 0 73 272 75 31
Binary 11001 1100000 1101000 1001100 1000 0 111011 10111010 111101 11001

Color Harmonies of #196068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196068

Black with #196068

Text Example


Text Example

White with #196068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196068; }

 p { color: rgb(25,96,104); }

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

background-color css

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

 a { background-color: rgb(25,96,104); }

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

border-color css

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

 span { border-color: rgb(25,96,104); }

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