Html Css Color HEX #126865 Blue Stone

📋 copy color: '#126865'

red 18 ◦ green 104 ◦ blue 101

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

Shades of Blue Stone #126865

Tints of Blue Stone #126865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.64%

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 8.07%
G = 46.64%
B = 45.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#126865 (or 0x126865) is known color: Blue Stone. HEX triplet: 12, 68 and 65. RGB value is (18,104,101). Sum of RGB (Red+Green+Blue) = 18+104+101=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #126865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126865 is #ED979A. Grayscale: #4D4D4D. Windows color (decimal): -15570843 or 6645778. OLE color: 6645778.

HSL color Cylindrical-coordinate representation of color #126865: hue angle of 177.91º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126865 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 101 -
CMYK 0.83 0 0.03 0.59
HSL 177.91º 0.7% 0.24% -
HSV(B) 177.91º 0.83% 0.41% -
XYZ 7.55 10.97 14.03 -
YUV 77.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 18 104 101 0.83 0 0.03 0.59 177.91 0.7 0.24
Hex 12 68 65 53 0 3 3B B2 46 18
Octal 22 150 145 123 0 3 73 262 106 30
Binary 10010 1101000 1100101 1010011 0 11 111011 10110010 1000110 11000

Color Harmonies of #126865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126865

Black with #126865

Text Example


Text Example

White with #126865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126865; }

 p { color: rgb(18,104,101); }

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

background-color css

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

 a { background-color: rgb(18,104,101); }

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

border-color css

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

 span { border-color: rgb(18,104,101); }

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