Html Css Color HEX #126ADC Navy Blue

📋 copy color: '#126ADC'

red 18 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #126ADC

Tints of Navy Blue #126ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 5.23%
G = 30.81%
B = 63.95%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#126ADC (or 0x126ADC) is known color: Navy Blue. HEX triplet: 12, 6A and DC. RGB value is (18,106,220). Sum of RGB (Red+Green+Blue) = 18+106+220=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #126ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ADC is #ED9523. Grayscale: #5C5C5C. Windows color (decimal): -15570212 or 14445074. OLE color: 14445074.

HSL color Cylindrical-coordinate representation of color #126ADC: hue angle of 213.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126ADC is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 106 220 -
CMYK 0.92 0.52 0 0.14
HSL 213.86º 0.85% 0.47% -
HSV(B) 213.86º 0.92% 0.86% -
XYZ 18.32 15.6 69.76 -
YUV 92.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 18 106 220 0.92 0.52 0 0.14 213.86 0.85 0.47
Hex 12 6A DC 5C 34 0 E D6 55 2F
Octal 22 152 334 134 64 0 16 326 125 57
Binary 10010 1101010 11011100 1011100 110100 0 1110 11010110 1010101 101111

Color Harmonies of #126ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ADC

Black with #126ADC

Text Example


Text Example

White with #126ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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