Html Css Color HEX #126ADB Navy Blue

📋 copy color: '#126ADB'

red 18 ◦ green 106 ◦ blue 219

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

Shades of Navy Blue #126ADB

Tints of Navy Blue #126ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 5.25%
G = 30.9%
B = 63.85%

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

#126ADB (or 0x126ADB) is known color: Navy Blue. HEX triplet: 12, 6A and DB. RGB value is (18,106,219). Sum of RGB (Red+Green+Blue) = 18+106+219=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #126ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ADB is #ED9524. Grayscale: #5C5C5C. Windows color (decimal): -15570213 or 14379538. OLE color: 14379538.

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

Color convert

RGB 18 106 219 -
CMYK 0.92 0.52 0 0.14
HSL 213.73º 0.85% 0.46% -
HSV(B) 213.73º 0.92% 0.86% -
XYZ 18.19 15.55 69.06 -
YUV 92.57 199.35 74.81 -
System Red Green Blue C M Y K H S L
Decimal 18 106 219 0.92 0.52 0 0.14 213.73 0.85 0.46
Hex 12 6A DB 5C 34 0 E D6 55 2E
Octal 22 152 333 134 64 0 16 326 125 56
Binary 10010 1101010 11011011 1011100 110100 0 1110 11010110 1010101 101110

Color Harmonies of #126ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ADB

Black with #126ADB

Text Example


Text Example

White with #126ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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