Html Css Color HEX #126BC6 Denim

📋 copy color: '#126BC6'

red 18 ◦ green 107 ◦ blue 198

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

Shades of Denim #126BC6

Tints of Denim #126BC6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 198 (77.73% from 255) = 61.3%

R = 5.57%
G = 33.13%
B = 61.3%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#126BC6 (or 0x126BC6) is known color: Denim. HEX triplet: 12, 6B and C6. RGB value is (18,107,198). Sum of RGB (Red+Green+Blue) = 18+107+198=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 198 (77.73% from 255 or 61.30% from 323); Max value from RGB is 198 - color contains mainly: blue. Hex color #126BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BC6 is #ED9439. Grayscale: #5A5A5A. Windows color (decimal): -15569978 or 13003538. OLE color: 13003538.

HSL color Cylindrical-coordinate representation of color #126BC6: hue angle of 210.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126BC6 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 107 198 -
CMYK 0.91 0.46 0 0.22
HSL 210.33º 0.83% 0.42% -
HSV(B) 210.33º 0.91% 0.78% -
XYZ 15.7 14.72 55.44 -
YUV 90.76 188.51 76.1 -
System Red Green Blue C M Y K H S L
Decimal 18 107 198 0.91 0.46 0 0.22 210.33 0.83 0.42
Hex 12 6B C6 5B 2E 0 16 D2 53 2A
Octal 22 153 306 133 56 0 26 322 123 52
Binary 10010 1101011 11000110 1011011 101110 0 10110 11010010 1010011 101010

Color Harmonies of #126BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BC6

Black with #126BC6

Text Example


Text Example

White with #126BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,107,198); }

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

background-color css

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

 a { background-color: rgb(18,107,198); }

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

border-color css

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

 span { border-color: rgb(18,107,198); }

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