Html Css Color HEX #126ACC Denim

📋 copy color: '#126ACC'

red 18 ◦ green 106 ◦ blue 204

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

Shades of Denim #126ACC

Tints of Denim #126ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 5.49%
G = 32.32%
B = 62.2%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#126ACC (or 0x126ACC) is known color: Denim. HEX triplet: 12, 6A and CC. RGB value is (18,106,204). Sum of RGB (Red+Green+Blue) = 18+106+204=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #126ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ACC is #ED9533. Grayscale: #5A5A5A. Windows color (decimal): -15570228 or 13396498. OLE color: 13396498.

HSL color Cylindrical-coordinate representation of color #126ACC: hue angle of 211.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126ACC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 106 204 -
CMYK 0.91 0.48 0 0.2
HSL 211.61º 0.84% 0.44% -
HSV(B) 211.61º 0.91% 0.8% -
XYZ 16.3 14.8 59.12 -
YUV 90.86 191.85 76.03 -
System Red Green Blue C M Y K H S L
Decimal 18 106 204 0.91 0.48 0 0.2 211.61 0.84 0.44
Hex 12 6A CC 5B 30 0 14 D4 54 2C
Octal 22 152 314 133 60 0 24 324 124 54
Binary 10010 1101010 11001100 1011011 110000 0 10100 11010100 1010100 101100

Color Harmonies of #126ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ACC

Black with #126ACC

Text Example


Text Example

White with #126ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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