Html Css Color HEX #126FBC Denim

📋 copy color: '#126FBC'

red 18 ◦ green 111 ◦ blue 188

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

Shades of Denim #126FBC

Tints of Denim #126FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

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

R = 5.68%
G = 35.02%
B = 59.31%

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

#126FBC (or 0x126FBC) is known color: Denim. HEX triplet: 12, 6F and BC. RGB value is (18,111,188). Sum of RGB (Red+Green+Blue) = 18+111+188=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #126FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FBC is #ED9043. Grayscale: #5B5B5B. Windows color (decimal): -15568964 or 12349202. OLE color: 12349202.

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

Color convert

RGB 18 111 188 -
CMYK 0.90 0.41 0 0.26
HSL 207.18º 0.83% 0.4% -
HSV(B) 207.18º 0.9% 0.74% -
XYZ 15.01 15.13 49.71 -
YUV 91.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 18 111 188 0.90 0.41 0 0.26 207.18 0.83 0.4
Hex 12 6F BC 5A 29 0 1A CF 53 28
Octal 22 157 274 132 51 0 32 317 123 50
Binary 10010 1101111 10111100 1011010 101001 0 11010 11001111 1010011 101000

Color Harmonies of #126FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FBC

Black with #126FBC

Text Example


Text Example

White with #126FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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