Html Css Color HEX #126ABB Denim

📋 copy color: '#126ABB'

red 18 ◦ green 106 ◦ blue 187

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

Shades of Denim #126ABB

Tints of Denim #126ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.08%

 BLUE value IS 187 (73.44% from 255) = 60.13%

R = 5.79%
G = 34.08%
B = 60.13%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#126ABB (or 0x126ABB) is known color: Denim. HEX triplet: 12, 6A and BB. RGB value is (18,106,187). Sum of RGB (Red+Green+Blue) = 18+106+187=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #126ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ABB is #ED9544. Grayscale: #585858. Windows color (decimal): -15570245 or 12282386. OLE color: 12282386.

HSL color Cylindrical-coordinate representation of color #126ABB: hue angle of 208.76º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126ABB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 106 187 -
CMYK 0.90 0.43 0 0.27
HSL 208.76º 0.82% 0.4% -
HSV(B) 208.76º 0.9% 0.73% -
XYZ 14.37 14.02 48.96 -
YUV 88.92 183.35 77.41 -
System Red Green Blue C M Y K H S L
Decimal 18 106 187 0.90 0.43 0 0.27 208.76 0.82 0.4
Hex 12 6A BB 5A 2B 0 1B D1 52 28
Octal 22 152 273 132 53 0 33 321 122 50
Binary 10010 1101010 10111011 1011010 101011 0 11011 11010001 1010010 101000

Color Harmonies of #126ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ABB

Black with #126ABB

Text Example


Text Example

White with #126ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126ABB; }

 p { color: rgb(18,106,187); }

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

background-color css

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

 a { background-color: rgb(18,106,187); }

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

border-color css

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

 span { border-color: rgb(18,106,187); }

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