#126BEB

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

Shades of Navy Blue #126BEB

Tints of Navy Blue #126BEB

Color information

#126BEB (or 0x126BEB) is unknown color: approx Navy Blue. HEX triplet: 12, 6B and EB. RGB value is (18,107,235). Sum of RGB (Red+Green+Blue) = 18+107+235=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #126BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126BEB is #ED9414. Grayscale: #5E5E5E. Windows color (decimal): -15569941 or 15428370. OLE color: 15428370.

HSL color Cylindrical-coordinate representation of color #126BEB: hue angle of 215.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126BEB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18107235-
CMYK0.920.5400.08
HSL215.39º85.77%49.61%-
HSV(B)215.39º92.34%92.16%-
XYZ20.516.6480.73-
YUV94.98207.0173.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 235 (92.19% from 255) = 65.28%
R=5%
G=29.72%
B=65.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181072350.920.5400.08215.3985.7749.61
Hex126BEB5C3608d75632
Octal221533531346601032712662
Binary10010110101111101011101110011011001000110101111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,107,235); }

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

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

 a { background-color: rgb(18,107,235); }

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

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

 span { border-color: rgb(18,107,235); }

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