#1264DD

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

Shades of Navy Blue #1264DD

Tints of Navy Blue #1264DD

Color information

#1264DD (or 0x1264DD) is unknown color: approx Navy Blue. HEX triplet: 12, 64 and DD. RGB value is (18,100,221). Sum of RGB (Red+Green+Blue) = 18+100+221=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #1264DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264DD is #ED9B22. Grayscale: #585858. Windows color (decimal): -15571747 or 14509074. OLE color: 14509074.

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

Color convert

RGB18100221-
CMYK0.920.5500.13
HSL215.76º84.94%46.86%-
HSV(B)215.76º91.86%86.67%-
XYZ17.8614.4670.26-
YUV89.28202.3377.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.31%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 221 (86.72% from 255) = 65.19%
R=5.31%
G=29.50%
B=65.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181002210.920.5500.13215.7684.9446.86
Hex1264DD5C370Dd8552f
Octal221443351346701533012557
Binary10010110010011011101101110011011101101110110001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1264DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1264DD; }

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

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

<style>
 a { background-color: #1264DD; }

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

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

<style>
 span { border-color: #1264DD; }

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

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