Html Css Color HEX #126EBC Denim

📋 copy color: '#126EBC'

red 18 ◦ green 110 ◦ blue 188

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

Shades of Denim #126EBC

Tints of Denim #126EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 5.7%
G = 34.81%
B = 59.49%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#126EBC (or 0x126EBC) is known color: Denim. HEX triplet: 12, 6E and BC. RGB value is (18,110,188). Sum of RGB (Red+Green+Blue) = 18+110+188=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #126EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EBC is #ED9143. Grayscale: #5A5A5A. Windows color (decimal): -15569220 or 12348946. OLE color: 12348946.

HSL color Cylindrical-coordinate representation of color #126EBC: hue angle of 207.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126EBC is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 110 188 -
CMYK 0.90 0.41 0 0.26
HSL 207.53º 0.83% 0.4% -
HSV(B) 207.53º 0.9% 0.74% -
XYZ 14.9 14.91 49.67 -
YUV 91.38 182.52 75.66 -
System Red Green Blue C M Y K H S L
Decimal 18 110 188 0.90 0.41 0 0.26 207.53 0.83 0.4
Hex 12 6E BC 5A 29 0 1A D0 53 28
Octal 22 156 274 132 51 0 32 320 123 50
Binary 10010 1101110 10111100 1011010 101001 0 11010 11010000 1010011 101000

Color Harmonies of #126EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EBC

Black with #126EBC

Text Example


Text Example

White with #126EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,188); }

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

background-color css

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

 a { background-color: rgb(18,110,188); }

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

border-color css

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

 span { border-color: rgb(18,110,188); }

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