#126CD7

Color #126CD7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #126CD7

Tints of Navy Blue #126CD7

Color information

#126CD7 (or 0x126CD7) is unknown color: approx Navy Blue. HEX triplet: 12, 6C and D7. RGB value is (18,108,215). Sum of RGB (Red+Green+Blue) = 18+108+215=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #126CD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CD7 is #ED9328. Grayscale: #5C5C5C. Windows color (decimal): -15569705 or 14117906. OLE color: 14117906.

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

Color convert

RGB18108215-
CMYK0.920.5000.16
HSL212.59º84.55%45.69%-
HSV(B)212.59º91.63%84.31%-
XYZ17.8815.7666.39-
YUV93.29196.6874.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.28%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 215 (84.38% from 255) = 63.05%
R=5.28%
G=31.67%
B=63.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181082150.920.5000.16212.5984.5545.69
Hex126CD75C32010d5552e
Octal221543271346202032512556
Binary100101101100110101111011100110010010000110101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,108,215); }

 H1.HeaderClassName
 {
   color: #126CD7;
 }
 .AnyTagClassName
 {
   color: #126CD7;
 }
</style>
background-color css

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

 a { background-color: rgb(18,108,215); }

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

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

 span { border-color: rgb(18,108,215); }

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