#135462

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

Shades of Blue Stone #135462

Tints of Blue Stone #135462

Color information

#135462 (or 0x135462) is unknown color: approx Blue Stone. HEX triplet: 13, 54 and 62. RGB value is (19,84,98). Sum of RGB (Red+Green+Blue) = 19+84+98=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #135462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135462 is #ECAB9D. Grayscale: #424242. Windows color (decimal): -15510430 or 6444051. OLE color: 6444051.

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

Color convert

RGB198498-
CMYK0.810.1400.62
HSL190.63º67.52%22.94%-
HSV(B)190.63º80.61%38.43%-
XYZ5.647.3612.68-
YUV66.16145.9794.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=9.45%
G=41.79%
B=48.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1984980.810.1400.62190.6367.5222.94
Hex13546251E03Ebf4417
Octal231241421211607627710427
Binary100111010100110001010100011110011111010111111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135462; }

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

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

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

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

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

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

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

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