Html Css Color HEX #126EDA Navy Blue

📋 copy color: '#126EDA'

red 18 ◦ green 110 ◦ blue 218

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

Shades of Navy Blue #126EDA

Tints of Navy Blue #126EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

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

R = 5.2%
G = 31.79%
B = 63.01%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#126EDA (or 0x126EDA) is known color: Navy Blue. HEX triplet: 12, 6E and DA. RGB value is (18,110,218). Sum of RGB (Red+Green+Blue) = 18+110+218=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #126EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EDA is #ED9125. Grayscale: #5E5E5E. Windows color (decimal): -15569190 or 14315026. OLE color: 14315026.

HSL color Cylindrical-coordinate representation of color #126EDA: hue angle of 212.4º 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 #126EDA is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 110 218 -
CMYK 0.92 0.50 0 0.15
HSL 212.4º 0.85% 0.46% -
HSV(B) 212.4º 0.92% 0.85% -
XYZ 18.48 16.34 68.51 -
YUV 94.8 197.52 73.22 -
System Red Green Blue C M Y K H S L
Decimal 18 110 218 0.92 0.50 0 0.15 212.4 0.85 0.46
Hex 12 6E DA 5C 32 0 F D4 55 2E
Octal 22 156 332 134 62 0 17 324 125 56
Binary 10010 1101110 11011010 1011100 110010 0 1111 11010100 1010101 101110

Color Harmonies of #126EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EDA

Black with #126EDA

Text Example


Text Example

White with #126EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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