Html Css Color HEX #12585C Blue Stone

📋 copy color: '#12585C'

red 18 ◦ green 88 ◦ blue 92

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

Shades of Blue Stone #12585C

Tints of Blue Stone #12585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.44%

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

R = 9.09%
G = 44.44%
B = 46.46%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12585C (or 0x12585C) is known color: Blue Stone. HEX triplet: 12, 58 and 5C. RGB value is (18,88,92). Sum of RGB (Red+Green+Blue) = 18+88+92=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #12585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12585C is #EDA7A3. Grayscale: #434343. Windows color (decimal): -15574948 or 6051858. OLE color: 6051858.

HSL color Cylindrical-coordinate representation of color #12585C: hue angle of 183.24º 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 #12585C is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 88 92 -
CMYK 0.80 0.04 0 0.64
HSL 183.24º 0.67% 0.22% -
HSV(B) 183.24º 0.8% 0.36% -
XYZ 5.67 7.88 11.35 -
YUV 67.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 18 88 92 0.80 0.04 0 0.64 183.24 0.67 0.22
Hex 12 58 5C 50 4 0 40 B7 43 16
Octal 22 130 134 120 4 0 100 267 103 26
Binary 10010 1011000 1011100 1010000 100 0 1000000 10110111 1000011 10110

Color Harmonies of #12585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12585C

Black with #12585C

Text Example


Text Example

White with #12585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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