Html Css Color HEX #12555A Blue Stone

📋 copy color: '#12555A'

red 18 ◦ green 85 ◦ blue 90

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

Shades of Blue Stone #12555A

Tints of Blue Stone #12555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.04%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 9.33%
G = 44.04%
B = 46.63%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12555A (or 0x12555A) is known color: Blue Stone. HEX triplet: 12, 55 and 5A. RGB value is (18,85,90). Sum of RGB (Red+Green+Blue) = 18+85+90=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #12555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12555A is #EDAAA5. Grayscale: #414141. Windows color (decimal): -15575718 or 5920018. OLE color: 5920018.

HSL color Cylindrical-coordinate representation of color #12555A: hue angle of 184.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12555A is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 85 90 -
CMYK 0.80 0.06 0 0.65
HSL 184.17º 0.67% 0.21% -
HSV(B) 184.17º 0.8% 0.35% -
XYZ 5.34 7.36 10.81 -
YUV 65.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 18 85 90 0.80 0.06 0 0.65 184.17 0.67 0.21
Hex 12 55 5A 50 6 0 41 B8 43 15
Octal 22 125 132 120 6 0 101 270 103 25
Binary 10010 1010101 1011010 1010000 110 0 1000001 10111000 1000011 10101

Color Harmonies of #12555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12555A

Black with #12555A

Text Example


Text Example

White with #12555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12555A; }

 p { color: rgb(18,85,90); }

 H1.HeaderClassName
 {
   color: #12555A;
 }
 .AnyTagClassName
 {
   color: #12555A;
 }
</style>

background-color css

<style>
 a { background-color: #12555A; }

 a { background-color: rgb(18,85,90); }

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

border-color css

<style>
 span { border-color: #12555A; }

 span { border-color: rgb(18,85,90); }

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