Html Css Color HEX #135866 Blue Stone

📋 copy color: '#135866'

red 19 ◦ green 88 ◦ blue 102

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

Shades of Blue Stone #135866

Tints of Blue Stone #135866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 9.09%
G = 42.11%
B = 48.8%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#135866 (or 0x135866) is known color: Blue Stone. HEX triplet: 13, 58 and 66. RGB value is (19,88,102). Sum of RGB (Red+Green+Blue) = 19+88+102=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #135866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135866 is #ECA799. Grayscale: #444444. Windows color (decimal): -15509402 or 6707219. OLE color: 6707219.

HSL color Cylindrical-coordinate representation of color #135866: hue angle of 190.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135866 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 88 102 -
CMYK 0.81 0.14 0 0.6
HSL 190.12º 0.69% 0.24% -
HSV(B) 190.12º 0.81% 0.4% -
XYZ 6.16 8.08 13.8 -
YUV 68.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 19 88 102 0.81 0.14 0 0.6 190.12 0.69 0.24
Hex 13 58 66 51 E 0 3C BE 45 18
Octal 23 130 146 121 16 0 74 276 105 30
Binary 10011 1011000 1100110 1010001 1110 0 111100 10111110 1000101 11000

Color Harmonies of #135866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135866

Black with #135866

Text Example


Text Example

White with #135866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135866; }

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

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

background-color css

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

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

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

border-color css

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

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

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