#1368DC

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

Shades of Navy Blue #1368DC

Tints of Navy Blue #1368DC

Color information

#1368DC (or 0x1368DC) is unknown color: approx Navy Blue. HEX triplet: 13, 68 and DC. RGB value is (19,104,220). Sum of RGB (Red+Green+Blue) = 19+104+220=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #1368DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368DC is #EC9723. Grayscale: #5B5B5B. Windows color (decimal): -15505188 or 14444563. OLE color: 14444563.

HSL color Cylindrical-coordinate representation of color #1368DC: hue angle of 214.63º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1368DC is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19104220-
CMYK0.910.5300.14
HSL214.63º84.1%46.86%-
HSV(B)214.63º91.36%86.27%-
XYZ18.1415.2169.69-
YUV91.81200.3476.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.54%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 220 (86.33% from 255) = 64.14%
R=5.54%
G=30.32%
B=64.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal191042200.910.5300.14214.6384.146.86
Hex1368DC5B350Ed7542f
Octal231503341336501632712457
Binary10011110100011011100101101111010101110110101111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1368DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1368DC; }

 p { color: rgb(19,104,220); }

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

<style>
 a { background-color: #1368DC; }

 a { background-color: rgb(19,104,220); }

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

<style>
 span { border-color: #1368DC; }

 span { border-color: rgb(19,104,220); }

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