Html Css Color HEX #126BBD Denim

📋 copy color: '#126BBD'

red 18 ◦ green 107 ◦ blue 189

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

Shades of Denim #126BBD

Tints of Denim #126BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.19%

R = 5.73%
G = 34.08%
B = 60.19%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#126BBD (or 0x126BBD) is known color: Denim. HEX triplet: 12, 6B and BD. RGB value is (18,107,189). Sum of RGB (Red+Green+Blue) = 18+107+189=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #126BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BBD is #ED9442. Grayscale: #595959. Windows color (decimal): -15569987 or 12413714. OLE color: 12413714.

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

Color convert

RGB 18 107 189 -
CMYK 0.90 0.43 0 0.26
HSL 208.77º 0.83% 0.41% -
HSV(B) 208.77º 0.9% 0.74% -
XYZ 14.69 14.32 50.13 -
YUV 89.74 184.01 76.83 -
System Red Green Blue C M Y K H S L
Decimal 18 107 189 0.90 0.43 0 0.26 208.77 0.83 0.41
Hex 12 6B BD 5A 2B 0 1A D1 53 29
Octal 22 153 275 132 53 0 32 321 123 51
Binary 10010 1101011 10111101 1011010 101011 0 11010 11010001 1010011 101001

Color Harmonies of #126BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BBD

Black with #126BBD

Text Example


Text Example

White with #126BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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