Html Css Color HEX #13585E Blue Stone

📋 copy color: '#13585E'

red 19 ◦ green 88 ◦ blue 94

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

Shades of Blue Stone #13585E

Tints of Blue Stone #13585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.78%

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

R = 9.45%
G = 43.78%
B = 46.77%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13585E (or 0x13585E) is known color: Blue Stone. HEX triplet: 13, 58 and 5E. RGB value is (19,88,94). Sum of RGB (Red+Green+Blue) = 19+88+94=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #13585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13585E is #ECA7A1. Grayscale: #434343. Windows color (decimal): -15509410 or 6182931. OLE color: 6182931.

HSL color Cylindrical-coordinate representation of color #13585E: hue angle of 184.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13585E is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 88 94 -
CMYK 0.80 0.06 0 0.63
HSL 184.8º 0.66% 0.22% -
HSV(B) 184.8º 0.8% 0.37% -
XYZ 5.78 7.93 11.81 -
YUV 68.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 19 88 94 0.80 0.06 0 0.63 184.8 0.66 0.22
Hex 13 58 5E 50 6 0 3F B9 42 16
Octal 23 130 136 120 6 0 77 271 102 26
Binary 10011 1011000 1011110 1010000 110 0 111111 10111001 1000010 10110

Color Harmonies of #13585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13585E

Black with #13585E

Text Example


Text Example

White with #13585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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