Html Css Color HEX #13625D Blue Stone

📋 copy color: '#13625D'

red 19 ◦ green 98 ◦ blue 93

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

Shades of Blue Stone #13625D

Tints of Blue Stone #13625D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 9.05%
G = 46.67%
B = 44.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#13625D (or 0x13625D) is known color: Blue Stone. HEX triplet: 13, 62 and 5D. RGB value is (19,98,93). Sum of RGB (Red+Green+Blue) = 19+98+93=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #13625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13625D is #EC9DA2. Grayscale: #494949. Windows color (decimal): -15506851 or 6119955. OLE color: 6119955.

HSL color Cylindrical-coordinate representation of color #13625D: hue angle of 176.2º 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 #13625D is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 93 -
CMYK 0.81 0 0.05 0.62
HSL 176.2º 0.68% 0.23% -
HSV(B) 176.2º 0.81% 0.38% -
XYZ 6.61 9.66 11.87 -
YUV 73.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 19 98 93 0.81 0 0.05 0.62 176.2 0.68 0.23
Hex 13 62 5D 51 0 5 3E B0 44 17
Octal 23 142 135 121 0 5 76 260 104 27
Binary 10011 1100010 1011101 1010001 0 101 111110 10110000 1000100 10111

Color Harmonies of #13625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13625D

Black with #13625D

Text Example


Text Example

White with #13625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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