Html Css Color HEX #126AB9 Denim

📋 copy color: '#126AB9'

red 18 ◦ green 106 ◦ blue 185

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

Shades of Denim #126AB9

Tints of Denim #126AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.87%

R = 5.83%
G = 34.3%
B = 59.87%

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

#126AB9 (or 0x126AB9) is known color: Denim. HEX triplet: 12, 6A and B9. RGB value is (18,106,185). Sum of RGB (Red+Green+Blue) = 18+106+185=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #126AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126AB9 is #ED9546. Grayscale: #585858. Windows color (decimal): -15570247 or 12151314. OLE color: 12151314.

HSL color Cylindrical-coordinate representation of color #126AB9: hue angle of 208.38º 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 #126AB9 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 106 185 -
CMYK 0.90 0.43 0 0.27
HSL 208.38º 0.82% 0.4% -
HSV(B) 208.38º 0.9% 0.73% -
XYZ 14.16 13.94 47.84 -
YUV 88.69 182.35 77.58 -
System Red Green Blue C M Y K H S L
Decimal 18 106 185 0.90 0.43 0 0.27 208.38 0.82 0.4
Hex 12 6A B9 5A 2B 0 1B D0 52 28
Octal 22 152 271 132 53 0 33 320 122 50
Binary 10010 1101010 10111001 1011010 101011 0 11011 11010000 1010010 101000

Color Harmonies of #126AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126AB9

Black with #126AB9

Text Example


Text Example

White with #126AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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