Html Css Color HEX #135658 Blue Stone

📋 copy color: '#135658'

red 19 ◦ green 86 ◦ blue 88

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

Shades of Blue Stone #135658

Tints of Blue Stone #135658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.56%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 9.84%
G = 44.56%
B = 45.6%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135658 (or 0x135658) is known color: Blue Stone. HEX triplet: 13, 56 and 58. RGB value is (19,86,88). Sum of RGB (Red+Green+Blue) = 19+86+88=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #135658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135658 is #ECA9A7. Grayscale: #424242. Windows color (decimal): -15509928 or 5789203. OLE color: 5789203.

HSL color Cylindrical-coordinate representation of color #135658: hue angle of 181.74º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135658 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 86 88 -
CMYK 0.78 0.02 0 0.65
HSL 181.74º 0.64% 0.21% -
HSV(B) 181.74º 0.78% 0.35% -
XYZ 5.36 7.5 10.4 -
YUV 66.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 19 86 88 0.78 0.02 0 0.65 181.74 0.64 0.21
Hex 13 56 58 4E 2 0 41 B6 40 15
Octal 23 126 130 116 2 0 101 266 100 25
Binary 10011 1010110 1011000 1001110 10 0 1000001 10110110 1000000 10101

Color Harmonies of #135658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135658

Black with #135658

Text Example


Text Example

White with #135658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135658; }

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

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

background-color css

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

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

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

border-color css

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

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

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