Html Css Color HEX #12525A Blue Stone

📋 copy color: '#12525A'

red 18 ◦ green 82 ◦ blue 90

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

Shades of Blue Stone #12525A

Tints of Blue Stone #12525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

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

R = 9.47%
G = 43.16%
B = 47.37%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12525A (or 0x12525A) is known color: Blue Stone. HEX triplet: 12, 52 and 5A. RGB value is (18,82,90). Sum of RGB (Red+Green+Blue) = 18+82+90=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #12525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12525A is #EDADA5. Grayscale: #3F3F3F. Windows color (decimal): -15576486 or 5919250. OLE color: 5919250.

HSL color Cylindrical-coordinate representation of color #12525A: hue angle of 186.67º 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 #12525A is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 82 90 -
CMYK 0.80 0.09 0 0.65
HSL 186.67º 0.67% 0.21% -
HSV(B) 186.67º 0.8% 0.35% -
XYZ 5.11 6.9 10.74 -
YUV 63.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 18 82 90 0.80 0.09 0 0.65 186.67 0.67 0.21
Hex 12 52 5A 50 9 0 41 BB 43 15
Octal 22 122 132 120 11 0 101 273 103 25
Binary 10010 1010010 1011010 1010000 1001 0 1000001 10111011 1000011 10101

Color Harmonies of #12525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12525A

Black with #12525A

Text Example


Text Example

White with #12525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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