Html Css Color HEX #126EDD Navy Blue

📋 copy color: '#126EDD'

red 18 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #126EDD

Tints of Navy Blue #126EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 5.16%
G = 31.52%
B = 63.32%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#126EDD (or 0x126EDD) is known color: Navy Blue. HEX triplet: 12, 6E and DD. RGB value is (18,110,221). Sum of RGB (Red+Green+Blue) = 18+110+221=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #126EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EDD is #ED9122. Grayscale: #5E5E5E. Windows color (decimal): -15569187 or 14511634. OLE color: 14511634.

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

Color convert

RGB 18 110 221 -
CMYK 0.92 0.50 0 0.13
HSL 212.81º 0.85% 0.47% -
HSV(B) 212.81º 0.92% 0.87% -
XYZ 18.88 16.5 70.6 -
YUV 95.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 18 110 221 0.92 0.50 0 0.13 212.81 0.85 0.47
Hex 12 6E DD 5C 32 0 D D5 55 2F
Octal 22 156 335 134 62 0 15 325 125 57
Binary 10010 1101110 11011101 1011100 110010 0 1101 11010101 1010101 101111

Color Harmonies of #126EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EDD

Black with #126EDD

Text Example


Text Example

White with #126EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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