#12615A

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

Shades of Blue Stone #12615A

Tints of Blue Stone #12615A

Color information

#12615A (or 0x12615A) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 5A. RGB value is (18,97,90). Sum of RGB (Red+Green+Blue) = 18+97+90=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #12615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12615A is #ED9EA5. Grayscale: #484848. Windows color (decimal): -15572646 or 5923090. OLE color: 5923090.

HSL color Cylindrical-coordinate representation of color #12615A: hue angle of 174.68º degrees, saturation: 0.69, 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 #12615A is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB189790-
CMYK0.8100.070.62
HSL174.68º68.7%22.55%-
HSV(B)174.68º81.44%38.04%-
XYZ6.379.4211.15-
YUV72.58137.8389.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=8.78%
G=47.32%
B=43.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897900.8100.070.62174.6868.722.55
Hex12615A51073Eaf4517
Octal22141132121077625710527
Binary10010110000110110101010001011111111010101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12615A; }

 p { color: rgb(18,97,90); }

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

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

 a { background-color: rgb(18,97,90); }

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

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

 span { border-color: rgb(18,97,90); }

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