Html Css Color HEX #126465 Blue Stone

📋 copy color: '#126465'

red 18 ◦ green 100 ◦ blue 101

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

Shades of Blue Stone #126465

Tints of Blue Stone #126465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.66%

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

R = 8.22%
G = 45.66%
B = 46.12%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#126465 (or 0x126465) is known color: Blue Stone. HEX triplet: 12, 64 and 65. RGB value is (18,100,101). Sum of RGB (Red+Green+Blue) = 18+100+101=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #126465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126465 is #ED9B9A. Grayscale: #4B4B4B. Windows color (decimal): -15571867 or 6644754. OLE color: 6644754.

HSL color Cylindrical-coordinate representation of color #126465: hue angle of 180.72º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126465 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 100 101 -
CMYK 0.82 0.01 0 0.60
HSL 180.72º 0.7% 0.23% -
HSV(B) 180.72º 0.82% 0.4% -
XYZ 7.16 10.18 13.9 -
YUV 75.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 18 100 101 0.82 0.01 0 0.60 180.72 0.7 0.23
Hex 12 64 65 52 1 0 3C B5 46 17
Octal 22 144 145 122 1 0 74 265 106 27
Binary 10010 1100100 1100101 1010010 1 0 111100 10110101 1000110 10111

Color Harmonies of #126465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126465

Black with #126465

Text Example


Text Example

White with #126465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126465; }

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

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

background-color css

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

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

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

border-color css

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

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

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