#135867

Color #135867 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #135867

Tints of Blue Stone #135867

Color information

#135867 (or 0x135867) is unknown color: approx Blue Stone. HEX triplet: 13, 58 and 67. RGB value is (19,88,103). Sum of RGB (Red+Green+Blue) = 19+88+103=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #135867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135867 is #ECA798. Grayscale: #444444. Windows color (decimal): -15509401 or 6772755. OLE color: 6772755.

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

Color convert

RGB1988103-
CMYK0.820.1500.60
HSL190.71º68.85%23.92%-
HSV(B)190.71º81.55%40.39%-
XYZ6.218.114.07-
YUV69.08147.1492.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=9.05%
G=41.90%
B=49.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19881030.820.1500.60190.7168.8523.92
Hex13586752F03Cbf4518
Octal231301471221707427710530
Binary100111011000110011110100101111011110010111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135867; }

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

 H1.HeaderClassName
 {
   color: #135867;
 }
 .AnyTagClassName
 {
   color: #135867;
 }
</style>
background-color css

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

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

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

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

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

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