Html Css Color HEX #126FBA Denim

📋 copy color: '#126FBA'

red 18 ◦ green 111 ◦ blue 186

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

Shades of Denim #126FBA

Tints of Denim #126FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 5.71%
G = 35.24%
B = 59.05%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#126FBA (or 0x126FBA) is known color: Denim. HEX triplet: 12, 6F and BA. RGB value is (18,111,186). Sum of RGB (Red+Green+Blue) = 18+111+186=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #126FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FBA is #ED9045. Grayscale: #5B5B5B. Windows color (decimal): -15568966 or 12218130. OLE color: 12218130.

HSL color Cylindrical-coordinate representation of color #126FBA: hue angle of 206.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126FBA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 111 186 -
CMYK 0.90 0.40 0 0.27
HSL 206.79º 0.82% 0.4% -
HSV(B) 206.79º 0.9% 0.73% -
XYZ 14.8 15.04 48.58 -
YUV 91.74 181.19 75.4 -
System Red Green Blue C M Y K H S L
Decimal 18 111 186 0.90 0.40 0 0.27 206.79 0.82 0.4
Hex 12 6F BA 5A 28 0 1B CF 52 28
Octal 22 157 272 132 50 0 33 317 122 50
Binary 10010 1101111 10111010 1011010 101000 0 11011 11001111 1010010 101000

Color Harmonies of #126FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FBA

Black with #126FBA

Text Example


Text Example

White with #126FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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