Html Css Color HEX #126053 Blue Stone

📋 copy color: '#126053'

red 18 ◦ green 96 ◦ blue 83

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

Shades of Blue Stone #126053

Tints of Blue Stone #126053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.73%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 9.14%
G = 48.73%
B = 42.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#126053 (or 0x126053) is known color: Blue Stone. HEX triplet: 12, 60 and 53. RGB value is (18,96,83). Sum of RGB (Red+Green+Blue) = 18+96+83=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #126053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126053 is #ED9FAC. Grayscale: #474747. Windows color (decimal): -15572909 or 5464082. OLE color: 5464082.

HSL color Cylindrical-coordinate representation of color #126053: hue angle of 170º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126053 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 83 -
CMYK 0.81 0 0.14 0.62
HSL 170º 0.68% 0.22% -
HSV(B) 170º 0.81% 0.38% -
XYZ 5.99 9.12 9.63 -
YUV 71.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 18 96 83 0.81 0 0.14 0.62 170 0.68 0.22
Hex 12 60 53 51 0 E 3E AA 44 16
Octal 22 140 123 121 0 16 76 252 104 26
Binary 10010 1100000 1010011 1010001 0 1110 111110 10101010 1000100 10110

Color Harmonies of #126053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126053

Black with #126053

Text Example


Text Example

White with #126053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126053; }

 p { color: rgb(18,96,83); }

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

background-color css

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

 a { background-color: rgb(18,96,83); }

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

border-color css

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

 span { border-color: rgb(18,96,83); }

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