#12615B

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

Shades of Blue Stone #12615B

Tints of Blue Stone #12615B

Color information

#12615B (or 0x12615B) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 5B. RGB value is (18,97,91). Sum of RGB (Red+Green+Blue) = 18+97+91=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #12615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12615B is #ED9EA4. Grayscale: #484848. Windows color (decimal): -15572645 or 5988626. OLE color: 5988626.

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

Color convert

RGB189791-
CMYK0.8100.060.62
HSL175.44º68.7%22.55%-
HSV(B)175.44º81.44%38.04%-
XYZ6.419.4311.38-
YUV72.69138.3388.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=8.74%
G=47.09%
B=44.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897910.8100.060.62175.4468.722.55
Hex12615B51063Eaf4517
Octal22141133121067625710527
Binary10010110000110110111010001011011111010101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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