Html Css Color HEX #126BB4 Denim

📋 copy color: '#126BB4'

red 18 ◦ green 107 ◦ blue 180

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

Shades of Denim #126BB4

Tints of Denim #126BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 59.02%

R = 5.9%
G = 35.08%
B = 59.02%

CMYK

 C value IS 0.9

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#126BB4 (or 0x126BB4) is known color: Denim. HEX triplet: 12, 6B and B4. RGB value is (18,107,180). Sum of RGB (Red+Green+Blue) = 18+107+180=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #126BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BB4 is #ED944B. Grayscale: #585858. Windows color (decimal): -15569996 or 11823890. OLE color: 11823890.

HSL color Cylindrical-coordinate representation of color #126BB4: hue angle of 207.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126BB4 is Cyan = 0.9, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 107 180 -
CMYK 0.9 0.41 0 0.29
HSL 207.04º 0.82% 0.39% -
HSV(B) 207.04º 0.9% 0.71% -
XYZ 13.75 13.94 45.15 -
YUV 88.71 179.51 77.56 -
System Red Green Blue C M Y K H S L
Decimal 18 107 180 0.9 0.41 0 0.29 207.04 0.82 0.39
Hex 12 6B B4 5A 29 0 1D CF 52 27
Octal 22 153 264 132 51 0 35 317 122 47
Binary 10010 1101011 10110100 1011010 101001 0 11101 11001111 1010010 100111

Color Harmonies of #126BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BB4

Black with #126BB4

Text Example


Text Example

White with #126BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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