Html Css Color HEX #12615E Blue Stone

📋 copy color: '#12615E'

red 18 ◦ green 97 ◦ blue 94

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

Shades of Blue Stone #12615E

Tints of Blue Stone #12615E

RGB

 RED value IS 18 (7.42% from 255) = 8.61%

 GREEN value IS 97 (38.28% from 255) = 46.41%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 8.61%
G = 46.41%
B = 44.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#12615E (or 0x12615E) is known color: Blue Stone. HEX triplet: 12, 61 and 5E. RGB value is (18,97,94). Sum of RGB (Red+Green+Blue) = 18+97+94=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #12615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12615E is #ED9EA1. Grayscale: #484848. Windows color (decimal): -15572642 or 6185234. OLE color: 6185234.

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

Color convert

RGB 18 97 94 -
CMYK 0.81 0 0.03 0.62
HSL 177.72º 0.69% 0.23% -
HSV(B) 177.72º 0.81% 0.38% -
XYZ 6.54 9.49 12.08 -
YUV 73.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 18 97 94 0.81 0 0.03 0.62 177.72 0.69 0.23
Hex 12 61 5E 51 0 3 3E B2 45 17
Octal 22 141 136 121 0 3 76 262 105 27
Binary 10010 1100001 1011110 1010001 0 11 111110 10110010 1000101 10111

Color Harmonies of #12615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12615E

Black with #12615E

Text Example


Text Example

White with #12615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12615E;
 }
 .AnyTagClassName
 {
   color: #12615E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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