Html Css Color HEX #13625E Blue Stone

📋 copy color: '#13625E'

red 19 ◦ green 98 ◦ blue 94

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

Shades of Blue Stone #13625E

Tints of Blue Stone #13625E

RGB

 RED value IS 19 (7.81% from 255) = 9%

 GREEN value IS 98 (38.67% from 255) = 46.45%

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 9%
G = 46.45%
B = 44.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#13625E (or 0x13625E) is known color: Blue Stone. HEX triplet: 13, 62 and 5E. RGB value is (19,98,94). Sum of RGB (Red+Green+Blue) = 19+98+94=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #13625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13625E is #EC9DA1. Grayscale: #494949. Windows color (decimal): -15506850 or 6185491. OLE color: 6185491.

HSL color Cylindrical-coordinate representation of color #13625E: hue angle of 176.96º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13625E is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 94 -
CMYK 0.81 0 0.04 0.62
HSL 176.96º 0.68% 0.23% -
HSV(B) 176.96º 0.81% 0.38% -
XYZ 6.66 9.68 12.11 -
YUV 73.92 139.33 88.83 -
System Red Green Blue C M Y K H S L
Decimal 19 98 94 0.81 0 0.04 0.62 176.96 0.68 0.23
Hex 13 62 5E 51 0 4 3E B1 44 17
Octal 23 142 136 121 0 4 76 261 104 27
Binary 10011 1100010 1011110 1010001 0 100 111110 10110001 1000100 10111

Color Harmonies of #13625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13625E

Black with #13625E

Text Example


Text Example

White with #13625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13625E; }

 p { color: rgb(19,98,94); }

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

background-color css

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

 a { background-color: rgb(19,98,94); }

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

border-color css

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

 span { border-color: rgb(19,98,94); }

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