Html Css Color HEX #126ADE Navy Blue

📋 copy color: '#126ADE'

red 18 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #126ADE

Tints of Navy Blue #126ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 5.2%
G = 30.64%
B = 64.16%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#126ADE (or 0x126ADE) is known color: Navy Blue. HEX triplet: 12, 6A and DE. RGB value is (18,106,222). Sum of RGB (Red+Green+Blue) = 18+106+222=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #126ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ADE is #ED9521. Grayscale: #5C5C5C. Windows color (decimal): -15570210 or 14576146. OLE color: 14576146.

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

Color convert

RGB 18 106 222 -
CMYK 0.92 0.52 0 0.13
HSL 214.12º 0.85% 0.47% -
HSV(B) 214.12º 0.92% 0.87% -
XYZ 18.59 15.71 71.16 -
YUV 92.91 200.85 74.57 -
System Red Green Blue C M Y K H S L
Decimal 18 106 222 0.92 0.52 0 0.13 214.12 0.85 0.47
Hex 12 6A DE 5C 34 0 D D6 55 2F
Octal 22 152 336 134 64 0 15 326 125 57
Binary 10010 1101010 11011110 1011100 110100 0 1101 11010110 1010101 101111

Color Harmonies of #126ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ADE

Black with #126ADE

Text Example


Text Example

White with #126ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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