Html Css Color HEX #135865 Blue Stone

📋 copy color: '#135865'

red 19 ◦ green 88 ◦ blue 101

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

Shades of Blue Stone #135865

Tints of Blue Stone #135865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.56%

R = 9.13%
G = 42.31%
B = 48.56%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#135865 (or 0x135865) is known color: Blue Stone. HEX triplet: 13, 58 and 65. RGB value is (19,88,101). Sum of RGB (Red+Green+Blue) = 19+88+101=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #135865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135865 is #ECA79A. Grayscale: #444444. Windows color (decimal): -15509403 or 6641683. OLE color: 6641683.

HSL color Cylindrical-coordinate representation of color #135865: hue angle of 189.51º degrees, saturation: 0.68, 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 #135865 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 88 101 -
CMYK 0.81 0.13 0 0.60
HSL 189.51º 0.68% 0.24% -
HSV(B) 189.51º 0.81% 0.4% -
XYZ 6.11 8.06 13.55 -
YUV 68.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 19 88 101 0.81 0.13 0 0.60 189.51 0.68 0.24
Hex 13 58 65 51 D 0 3C BE 44 18
Octal 23 130 145 121 15 0 74 276 104 30
Binary 10011 1011000 1100101 1010001 1101 0 111100 10111110 1000100 11000

Color Harmonies of #135865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135865

Black with #135865

Text Example


Text Example

White with #135865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135865; }

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

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

background-color css

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

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

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

border-color css

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

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

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