#1260D5

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

Shades of Navy Blue #1260D5

Tints of Navy Blue #1260D5

Color information

#1260D5 (or 0x1260D5) is unknown color: approx Navy Blue. HEX triplet: 12, 60 and D5. RGB value is (18,96,213). Sum of RGB (Red+Green+Blue) = 18+96+213=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 213 (83.59% from 255 or 65.14% from 327); Max value from RGB is 213 - color contains mainly: blue. Hex color #1260D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1260D5 is #ED9F2A. Grayscale: #555555. Windows color (decimal): -15572779 or 13983762. OLE color: 13983762.

HSL color Cylindrical-coordinate representation of color #1260D5: hue angle of 216º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1260D5 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1896213-
CMYK0.920.5500.16
HSL216º84.42%45.29%-
HSV(B)216º91.55%83.53%-
XYZ16.4413.364.65-
YUV86.02199.6679.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.50%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 213 (83.59% from 255) = 65.14%
R=5.50%
G=29.36%
B=65.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18962130.920.5500.1621684.4245.29
Hex1260D55C37010d8542d
Octal221403251346702033012455
Binary100101100000110101011011100110111010000110110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1260D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1260D5; }

 p { color: rgb(18,96,213); }

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

<style>
 a { background-color: #1260D5; }

 a { background-color: rgb(18,96,213); }

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

<style>
 span { border-color: #1260D5; }

 span { border-color: rgb(18,96,213); }

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