Html Css Color HEX #135862 Blue Stone

📋 copy color: '#135862'

red 19 ◦ green 88 ◦ blue 98

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

Shades of Blue Stone #135862

Tints of Blue Stone #135862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 9.27%
G = 42.93%
B = 47.8%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135862 (or 0x135862) is known color: Blue Stone. HEX triplet: 13, 58 and 62. RGB value is (19,88,98). Sum of RGB (Red+Green+Blue) = 19+88+98=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #135862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135862 is #ECA79D. Grayscale: #444444. Windows color (decimal): -15509406 or 6445075. OLE color: 6445075.

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

Color convert

RGB 19 88 98 -
CMYK 0.81 0.10 0 0.62
HSL 187.59º 0.68% 0.23% -
HSV(B) 187.59º 0.81% 0.38% -
XYZ 5.96 8 12.79 -
YUV 68.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 19 88 98 0.81 0.10 0 0.62 187.59 0.68 0.23
Hex 13 58 62 51 A 0 3E BC 44 17
Octal 23 130 142 121 12 0 76 274 104 27
Binary 10011 1011000 1100010 1010001 1010 0 111110 10111100 1000100 10111

Color Harmonies of #135862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135862

Black with #135862

Text Example


Text Example

White with #135862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135862; }

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

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

background-color css

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

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

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

border-color css

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

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

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