Html Css Color HEX #126769 Blue Stone

📋 copy color: '#126769'

red 18 ◦ green 103 ◦ blue 105

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

Shades of Blue Stone #126769

Tints of Blue Stone #126769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.58%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 7.96%
G = 45.58%
B = 46.46%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126769 (or 0x126769) is known color: Blue Stone. HEX triplet: 12, 67 and 69. RGB value is (18,103,105). Sum of RGB (Red+Green+Blue) = 18+103+105=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #126769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126769 is #ED9896. Grayscale: #4D4D4D. Windows color (decimal): -15571095 or 6907666. OLE color: 6907666.

HSL color Cylindrical-coordinate representation of color #126769: hue angle of 181.38º degrees, saturation: 0.71, 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 #126769 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 103 105 -
CMYK 0.83 0.02 0 0.59
HSL 181.38º 0.71% 0.24% -
HSV(B) 181.38º 0.83% 0.41% -
XYZ 7.65 10.85 15.06 -
YUV 77.81 143.34 85.34 -
System Red Green Blue C M Y K H S L
Decimal 18 103 105 0.83 0.02 0 0.59 181.38 0.71 0.24
Hex 12 67 69 53 2 0 3B B5 47 18
Octal 22 147 151 123 2 0 73 265 107 30
Binary 10010 1100111 1101001 1010011 10 0 111011 10110101 1000111 11000

Color Harmonies of #126769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126769

Black with #126769

Text Example


Text Example

White with #126769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126769; }

 p { color: rgb(18,103,105); }

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

background-color css

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

 a { background-color: rgb(18,103,105); }

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

border-color css

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

 span { border-color: rgb(18,103,105); }

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