Html Css Color HEX #126FDC Navy Blue

📋 copy color: '#126FDC'

red 18 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #126FDC

Tints of Navy Blue #126FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 5.16%
G = 31.81%
B = 63.04%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#126FDC (or 0x126FDC) is known color: Navy Blue. HEX triplet: 12, 6F and DC. RGB value is (18,111,220). Sum of RGB (Red+Green+Blue) = 18+111+220=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #126FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FDC is #ED9023. Grayscale: #5F5F5F. Windows color (decimal): -15568932 or 14446354. OLE color: 14446354.

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

Color convert

RGB 18 111 220 -
CMYK 0.92 0.50 0 0.14
HSL 212.38º 0.85% 0.47% -
HSV(B) 212.38º 0.92% 0.86% -
XYZ 18.85 16.66 69.93 -
YUV 95.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 18 111 220 0.92 0.50 0 0.14 212.38 0.85 0.47
Hex 12 6F DC 5C 32 0 E D4 55 2F
Octal 22 157 334 134 62 0 16 324 125 57
Binary 10010 1101111 11011100 1011100 110010 0 1110 11010100 1010101 101111

Color Harmonies of #126FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FDC

Black with #126FDC

Text Example


Text Example

White with #126FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,220); }

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

background-color css

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

 a { background-color: rgb(18,111,220); }

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

border-color css

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

 span { border-color: rgb(18,111,220); }

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