Html Css Color HEX #126ADA Navy Blue

📋 copy color: '#126ADA'

red 18 ◦ green 106 ◦ blue 218

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

Shades of Navy Blue #126ADA

Tints of Navy Blue #126ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 5.26%
G = 30.99%
B = 63.74%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#126ADA (or 0x126ADA) is known color: Navy Blue. HEX triplet: 12, 6A and DA. RGB value is (18,106,218). Sum of RGB (Red+Green+Blue) = 18+106+218=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #126ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ADA is #ED9525. Grayscale: #5B5B5B. Windows color (decimal): -15570214 or 14314002. OLE color: 14314002.

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

Color convert

RGB 18 106 218 -
CMYK 0.92 0.51 0 0.15
HSL 213.6º 0.85% 0.46% -
HSV(B) 213.6º 0.92% 0.85% -
XYZ 18.06 15.5 68.37 -
YUV 92.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 18 106 218 0.92 0.51 0 0.15 213.6 0.85 0.46
Hex 12 6A DA 5C 33 0 F D6 55 2E
Octal 22 152 332 134 63 0 17 326 125 56
Binary 10010 1101010 11011010 1011100 110011 0 1111 11010110 1010101 101110

Color Harmonies of #126ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ADA

Black with #126ADA

Text Example


Text Example

White with #126ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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