Html Css Color HEX #126DBF Denim

📋 copy color: '#126DBF'

red 18 ◦ green 109 ◦ blue 191

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

Shades of Denim #126DBF

Tints of Denim #126DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 191 (75% from 255) = 60.06%

R = 5.66%
G = 34.28%
B = 60.06%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#126DBF (or 0x126DBF) is known color: Denim. HEX triplet: 12, 6D and BF. RGB value is (18,109,191). Sum of RGB (Red+Green+Blue) = 18+109+191=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #126DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DBF is #ED9240. Grayscale: #5A5A5A. Windows color (decimal): -15569473 or 12545298. OLE color: 12545298.

HSL color Cylindrical-coordinate representation of color #126DBF: hue angle of 208.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126DBF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 109 191 -
CMYK 0.91 0.43 0 0.25
HSL 208.44º 0.83% 0.41% -
HSV(B) 208.44º 0.91% 0.75% -
XYZ 15.12 14.83 51.36 -
YUV 91.14 184.35 75.83 -
System Red Green Blue C M Y K H S L
Decimal 18 109 191 0.91 0.43 0 0.25 208.44 0.83 0.41
Hex 12 6D BF 5B 2B 0 19 D0 53 29
Octal 22 155 277 133 53 0 31 320 123 51
Binary 10010 1101101 10111111 1011011 101011 0 11001 11010000 1010011 101001

Color Harmonies of #126DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DBF

Black with #126DBF

Text Example


Text Example

White with #126DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,109,191); }

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

background-color css

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

 a { background-color: rgb(18,109,191); }

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

border-color css

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

 span { border-color: rgb(18,109,191); }

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