Html Css Color HEX #126365 Blue Stone

📋 copy color: '#126365'

red 18 ◦ green 99 ◦ blue 101

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

Shades of Blue Stone #126365

Tints of Blue Stone #126365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

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

R = 8.26%
G = 45.41%
B = 46.33%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#126365 (or 0x126365) is known color: Blue Stone. HEX triplet: 12, 63 and 65. RGB value is (18,99,101). Sum of RGB (Red+Green+Blue) = 18+99+101=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #126365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126365 is #ED9C9A. Grayscale: #4A4A4A. Windows color (decimal): -15572123 or 6644498. OLE color: 6644498.

HSL color Cylindrical-coordinate representation of color #126365: hue angle of 181.45º 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 #126365 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 99 101 -
CMYK 0.82 0.02 0 0.60
HSL 181.45º 0.7% 0.23% -
HSV(B) 181.45º 0.82% 0.4% -
XYZ 7.06 9.99 13.87 -
YUV 75.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 18 99 101 0.82 0.02 0 0.60 181.45 0.7 0.23
Hex 12 63 65 52 2 0 3C B5 46 17
Octal 22 143 145 122 2 0 74 265 106 27
Binary 10010 1100011 1100101 1010010 10 0 111100 10110101 1000110 10111

Color Harmonies of #126365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126365

Black with #126365

Text Example


Text Example

White with #126365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126365; }

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

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

background-color css

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

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

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

border-color css

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

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

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