#1365BA

Color #1365BA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1365BA

Tints of Denim #1365BA

Color information

#1365BA (or 0x1365BA) is unknown color: approx Denim. HEX triplet: 13, 65 and BA. RGB value is (19,101,186). Sum of RGB (Red+Green+Blue) = 19+101+186=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #1365BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365BA is #EC9A45. Grayscale: #555555. Windows color (decimal): -15505990 or 12215571. OLE color: 12215571.

HSL color Cylindrical-coordinate representation of color #1365BA: hue angle of 210.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1365BA is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB19101186-
CMYK0.900.4600.27
HSL210.54º81.46%40.2%-
HSV(B)210.54º89.78%72.94%-
XYZ13.7912.9948.24-
YUV86.17184.3380.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.21%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 186 (73.05% from 255) = 60.78%
R=6.21%
G=33.01%
B=60.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191011860.900.4600.27210.5481.4640.2
Hex1365BA5A2E01Bd35128
Octal231452721325603332312150
Binary100111100101101110101011010101110011011110100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1365BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1365BA; }

 p { color: rgb(19,101,186); }

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

<style>
 a { background-color: #1365BA; }

 a { background-color: rgb(19,101,186); }

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

<style>
 span { border-color: #1365BA; }

 span { border-color: rgb(19,101,186); }

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