#126CDE

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

Shades of Navy Blue #126CDE

Tints of Navy Blue #126CDE

Color information

#126CDE (or 0x126CDE) is unknown color: approx Navy Blue. HEX triplet: 12, 6C and DE. RGB value is (18,108,222). Sum of RGB (Red+Green+Blue) = 18+108+222=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #126CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CDE is #ED9321. Grayscale: #5D5D5D. Windows color (decimal): -15569698 or 14576658. OLE color: 14576658.

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

Color convert

RGB18108222-
CMYK0.920.5100.13
HSL213.53º85%47.06%-
HSV(B)213.53º91.89%87.06%-
XYZ18.816.1371.23-
YUV94.09200.1873.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.17%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 222 (87.11% from 255) = 63.79%
R=5.17%
G=31.03%
B=63.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181082220.920.5100.13213.538547.06
Hex126CDE5C330Dd6552f
Octal221543361346301532612557
Binary10010110110011011110101110011001101101110101101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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