#1265DD

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

Shades of Navy Blue #1265DD

Tints of Navy Blue #1265DD

Color information

#1265DD (or 0x1265DD) is unknown color: approx Navy Blue. HEX triplet: 12, 65 and DD. RGB value is (18,101,221). Sum of RGB (Red+Green+Blue) = 18+101+221=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #1265DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265DD is #ED9A22. Grayscale: #595959. Windows color (decimal): -15571491 or 14509330. OLE color: 14509330.

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

Color convert

RGB18101221-
CMYK0.920.5400.13
HSL215.47º84.94%46.86%-
HSV(B)215.47º91.86%86.67%-
XYZ17.9514.6670.29-
YUV89.8620276.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.29%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 221 (86.72% from 255) = 65%
R=5.29%
G=29.71%
B=65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181012210.920.5400.13215.4784.9446.86
Hex1265DD5C360Dd7552f
Octal221453351346601532712557
Binary10010110010111011101101110011011001101110101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1265DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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