Html Css Color HEX #195453 Blue Stone

📋 copy color: '#195453'

red 25 ◦ green 84 ◦ blue 83

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

Shades of Blue Stone #195453

Tints of Blue Stone #195453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.75%

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 13.02%
G = 43.75%
B = 43.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#195453 (or 0x195453) is known color: Blue Stone. HEX triplet: 19, 54 and 53. RGB value is (25,84,83). Sum of RGB (Red+Green+Blue) = 25+84+83=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #195453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195453 is #E6ABAC. Grayscale: #424242. Windows color (decimal): -15117229 or 5461017. OLE color: 5461017.

HSL color Cylindrical-coordinate representation of color #195453: hue angle of 178.98º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195453 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 84 83 -
CMYK 0.70 0 0.01 0.67
HSL 178.98º 0.54% 0.21% -
HSV(B) 178.98º 0.7% 0.33% -
XYZ 5.13 7.17 9.3 -
YUV 66.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 25 84 83 0.70 0 0.01 0.67 178.98 0.54 0.21
Hex 19 54 53 46 0 1 43 B3 36 15
Octal 31 124 123 106 0 1 103 263 66 25
Binary 11001 1010100 1010011 1000110 0 1 1000011 10110011 110110 10101

Color Harmonies of #195453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195453

Black with #195453

Text Example


Text Example

White with #195453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195453; }

 p { color: rgb(25,84,83); }

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

background-color css

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

 a { background-color: rgb(25,84,83); }

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

border-color css

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

 span { border-color: rgb(25,84,83); }

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