Html Css Color HEX #195F6B Blue Stone

📋 copy color: '#195F6B'

red 25 ◦ green 95 ◦ blue 107

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

Shades of Blue Stone #195F6B

Tints of Blue Stone #195F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

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

R = 11.01%
G = 41.85%
B = 47.14%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#195F6B (or 0x195F6B) is known color: Blue Stone. HEX triplet: 19, 5F and 6B. RGB value is (25,95,107). Sum of RGB (Red+Green+Blue) = 25+95+107=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #195F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F6B is #E6A094. Grayscale: #4B4B4B. Windows color (decimal): -15114389 or 7036697. OLE color: 7036697.

HSL color Cylindrical-coordinate representation of color #195F6B: hue angle of 188.78º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195F6B is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 95 107 -
CMYK 0.77 0.11 0 0.58
HSL 188.78º 0.62% 0.26% -
HSV(B) 188.78º 0.77% 0.42% -
XYZ 7.15 9.45 15.36 -
YUV 75.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 25 95 107 0.77 0.11 0 0.58 188.78 0.62 0.26
Hex 19 5F 6B 4D B 0 3A BD 3E 1A
Octal 31 137 153 115 13 0 72 275 76 32
Binary 11001 1011111 1101011 1001101 1011 0 111010 10111101 111110 11010

Color Harmonies of #195F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195F6B

Black with #195F6B

Text Example


Text Example

White with #195F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195F6B; }

 p { color: rgb(25,95,107); }

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

background-color css

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

 a { background-color: rgb(25,95,107); }

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

border-color css

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

 span { border-color: rgb(25,95,107); }

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