Html Css Color HEX #125A5C Blue Stone

📋 copy color: '#125A5C'

red 18 ◦ green 90 ◦ blue 92

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

Shades of Blue Stone #125A5C

Tints of Blue Stone #125A5C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

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

R = 9%
G = 45%
B = 46%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#125A5C (or 0x125A5C) is known color: Blue Stone. HEX triplet: 12, 5A and 5C. RGB value is (18,90,92). Sum of RGB (Red+Green+Blue) = 18+90+92=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #125A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A5C is #EDA5A3. Grayscale: #444444. Windows color (decimal): -15574436 or 6052370. OLE color: 6052370.

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

Color convert

RGB 18 90 92 -
CMYK 0.80 0.02 0 0.64
HSL 181.62º 0.67% 0.22% -
HSV(B) 181.62º 0.8% 0.36% -
XYZ 5.84 8.21 11.4 -
YUV 68.7 141.15 91.84 -
System Red Green Blue C M Y K H S L
Decimal 18 90 92 0.80 0.02 0 0.64 181.62 0.67 0.22
Hex 12 5A 5C 50 2 0 40 B6 43 16
Octal 22 132 134 120 2 0 100 266 103 26
Binary 10010 1011010 1011100 1010000 10 0 1000000 10110110 1000011 10110

Color Harmonies of #125A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A5C

Black with #125A5C

Text Example


Text Example

White with #125A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A5C; }

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

 H1.HeaderClassName
 {
   color: #125A5C;
 }
 .AnyTagClassName
 {
   color: #125A5C;
 }
</style>

background-color css

<style>
 a { background-color: #125A5C; }

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

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

border-color css

<style>
 span { border-color: #125A5C; }

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

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