#12555D

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

Shades of Blue Stone #12555D

Tints of Blue Stone #12555D

Color information

#12555D (or 0x12555D) is unknown color: approx Blue Stone. HEX triplet: 12, 55 and 5D. RGB value is (18,85,93). Sum of RGB (Red+Green+Blue) = 18+85+93=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #12555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12555D is #EDAAA2. Grayscale: #414141. Windows color (decimal): -15575715 or 6116626. OLE color: 6116626.

HSL color Cylindrical-coordinate representation of color #12555D: hue angle of 186.4º 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 #12555D is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188593-
CMYK0.810.0900.64
HSL186.4º67.57%21.76%-
HSV(B)186.4º80.65%36.47%-
XYZ5.477.4211.5-
YUV65.88143.393.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=9.18%
G=43.37%
B=47.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1885930.810.0900.64186.467.5721.76
Hex12555D519040ba4416
Octal2212513512111010027210426
Binary1001010101011011101101000110010100000010111010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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