Html Css Color HEX #12595C Blue Stone

📋 copy color: '#12595C'

red 18 ◦ green 89 ◦ blue 92

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

Shades of Blue Stone #12595C

Tints of Blue Stone #12595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.72%

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

R = 9.05%
G = 44.72%
B = 46.23%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12595C (or 0x12595C) is known color: Blue Stone. HEX triplet: 12, 59 and 5C. RGB value is (18,89,92). Sum of RGB (Red+Green+Blue) = 18+89+92=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #12595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12595C is #EDA6A3. Grayscale: #444444. Windows color (decimal): -15574692 or 6052114. OLE color: 6052114.

HSL color Cylindrical-coordinate representation of color #12595C: hue angle of 182.43º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12595C is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 89 92 -
CMYK 0.80 0.03 0 0.64
HSL 182.43º 0.67% 0.22% -
HSV(B) 182.43º 0.8% 0.36% -
XYZ 5.75 8.05 11.38 -
YUV 68.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 18 89 92 0.80 0.03 0 0.64 182.43 0.67 0.22
Hex 12 59 5C 50 3 0 40 B6 43 16
Octal 22 131 134 120 3 0 100 266 103 26
Binary 10010 1011001 1011100 1010000 11 0 1000000 10110110 1000011 10110

Color Harmonies of #12595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12595C

Black with #12595C

Text Example


Text Example

White with #12595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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