#12535D

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

Shades of Blue Stone #12535D

Tints of Blue Stone #12535D

Color information

#12535D (or 0x12535D) is unknown color: approx Blue Stone. HEX triplet: 12, 53 and 5D. RGB value is (18,83,93). Sum of RGB (Red+Green+Blue) = 18+83+93=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #12535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12535D is #EDACA2. Grayscale: #404040. Windows color (decimal): -15576227 or 6116114. OLE color: 6116114.

HSL color Cylindrical-coordinate representation of color #12535D: hue angle of 188º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12535D is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188393-
CMYK0.810.1100.64
HSL188º67.57%21.76%-
HSV(B)188º80.65%36.47%-
XYZ5.327.1111.45-
YUV64.7143.9794.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=9.28%
G=42.78%
B=47.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1883930.810.1100.6418867.5721.76
Hex12535D51B040bc4416
Octal2212313512113010027410426
Binary1001010100111011101101000110110100000010111100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12535D; }

 p { color: rgb(18,83,93); }

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

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

 a { background-color: rgb(18,83,93); }

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

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

 span { border-color: rgb(18,83,93); }

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