Html Css Color HEX #12605C Blue Stone

📋 copy color: '#12605C'

red 18 ◦ green 96 ◦ blue 92

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

Shades of Blue Stone #12605C

Tints of Blue Stone #12605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 8.74%
G = 46.6%
B = 44.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#12605C (or 0x12605C) is known color: Blue Stone. HEX triplet: 12, 60 and 5C. RGB value is (18,96,92). Sum of RGB (Red+Green+Blue) = 18+96+92=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #12605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12605C is #ED9FA3. Grayscale: #484848. Windows color (decimal): -15572900 or 6053906. OLE color: 6053906.

HSL color Cylindrical-coordinate representation of color #12605C: hue angle of 176.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12605C is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 92 -
CMYK 0.81 0 0.04 0.62
HSL 176.92º 0.68% 0.22% -
HSV(B) 176.92º 0.81% 0.38% -
XYZ 6.36 9.27 11.58 -
YUV 72.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 18 96 92 0.81 0 0.04 0.62 176.92 0.68 0.22
Hex 12 60 5C 51 0 4 3E B1 44 16
Octal 22 140 134 121 0 4 76 261 104 26
Binary 10010 1100000 1011100 1010001 0 100 111110 10110001 1000100 10110

Color Harmonies of #12605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12605C

Black with #12605C

Text Example


Text Example

White with #12605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12605C; }

 p { color: rgb(18,96,92); }

 H1.HeaderClassName
 {
   color: #12605C;
 }
 .AnyTagClassName
 {
   color: #12605C;
 }
</style>

background-color css

<style>
 a { background-color: #12605C; }

 a { background-color: rgb(18,96,92); }

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

border-color css

<style>
 span { border-color: #12605C; }

 span { border-color: rgb(18,96,92); }

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