Html Css Color HEX #126ACB Denim

📋 copy color: '#126ACB'

red 18 ◦ green 106 ◦ blue 203

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

Shades of Denim #126ACB

Tints of Denim #126ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

 BLUE value IS 203 (79.69% from 255) = 62.08%

R = 5.5%
G = 32.42%
B = 62.08%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#126ACB (or 0x126ACB) is known color: Denim. HEX triplet: 12, 6A and CB. RGB value is (18,106,203). Sum of RGB (Red+Green+Blue) = 18+106+203=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #126ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ACB is #ED9534. Grayscale: #5A5A5A. Windows color (decimal): -15570229 or 13330962. OLE color: 13330962.

HSL color Cylindrical-coordinate representation of color #126ACB: hue angle of 211.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126ACB is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 106 203 -
CMYK 0.91 0.48 0 0.20
HSL 211.46º 0.84% 0.43% -
HSV(B) 211.46º 0.91% 0.8% -
XYZ 16.18 14.75 58.49 -
YUV 90.75 191.35 76.11 -
System Red Green Blue C M Y K H S L
Decimal 18 106 203 0.91 0.48 0 0.20 211.46 0.84 0.43
Hex 12 6A CB 5B 30 0 14 D3 54 2B
Octal 22 152 313 133 60 0 24 323 124 53
Binary 10010 1101010 11001011 1011011 110000 0 10100 11010011 1010100 101011

Color Harmonies of #126ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ACB

Black with #126ACB

Text Example


Text Example

White with #126ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,106,203); }

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

background-color css

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

 a { background-color: rgb(18,106,203); }

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

border-color css

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

 span { border-color: rgb(18,106,203); }

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