Html Css Color HEX #126258 Blue Stone

📋 copy color: '#126258'

red 18 ◦ green 98 ◦ blue 88

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

Shades of Blue Stone #126258

Tints of Blue Stone #126258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.04%

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 8.82%
G = 48.04%
B = 43.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#126258 (or 0x126258) is known color: Blue Stone. HEX triplet: 12, 62 and 58. RGB value is (18,98,88). Sum of RGB (Red+Green+Blue) = 18+98+88=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #126258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126258 is #ED9DA7. Grayscale: #484848. Windows color (decimal): -15572392 or 5792274. OLE color: 5792274.

HSL color Cylindrical-coordinate representation of color #126258: hue angle of 172.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126258 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 88 -
CMYK 0.82 0 0.10 0.62
HSL 172.5º 0.69% 0.23% -
HSV(B) 172.5º 0.82% 0.38% -
XYZ 6.38 9.57 10.74 -
YUV 72.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 18 98 88 0.82 0 0.10 0.62 172.5 0.69 0.23
Hex 12 62 58 52 0 A 3E AC 45 17
Octal 22 142 130 122 0 12 76 254 105 27
Binary 10010 1100010 1011000 1010010 0 1010 111110 10101100 1000101 10111

Color Harmonies of #126258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126258

Black with #126258

Text Example


Text Example

White with #126258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126258; }

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

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

background-color css

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

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

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

border-color css

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

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

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