Html Css Color HEX #12615B Blue Stone

📋 copy color: '#12615B'

red 18 ◦ green 97 ◦ blue 91

#12615B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #12615B

Tints of Blue Stone #12615B

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 value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#12615B (or 0x12615B) is known color: 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

RGB 18 97 91 -
CMYK 0.81 0 0.06 0.62
HSL 175.44º 0.69% 0.23% -
HSV(B) 175.44º 0.81% 0.38% -
XYZ 6.41 9.43 11.38 -
YUV 72.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 18 97 91 0.81 0 0.06 0.62 175.44 0.69 0.23
Hex 12 61 5B 51 0 6 3E AF 45 17
Octal 22 141 133 121 0 6 76 257 105 27
Binary 10010 1100001 1011011 1010001 0 110 111110 10101111 1000101 10111

Color Harmonies of #12615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12615B

Black with #12615B

Text Example


Text Example

White with #12615B

Text Example


Text Example

HTML Codes & Css Web 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>