#1367EC

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

Shades of Navy Blue #1367EC

Tints of Navy Blue #1367EC

Color information

#1367EC (or 0x1367EC) is unknown color: approx Navy Blue. HEX triplet: 13, 67 and EC. RGB value is (19,103,236). Sum of RGB (Red+Green+Blue) = 19+103+236=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #1367EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1367EC is #EC9813. Grayscale: #5C5C5C. Windows color (decimal): -15505428 or 15492883. OLE color: 15492883.

HSL color Cylindrical-coordinate representation of color #1367EC: hue angle of 216.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1367EC is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19103236-
CMYK0.920.5600.07
HSL216.77º85.1%50%-
HSV(B)216.77º91.95%92.55%-
XYZ20.2615.981.36-
YUV93.05208.6775.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.31%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 236 (92.58% from 255) = 65.92%
R=5.31%
G=28.77%
B=65.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191032360.920.5600.07216.7785.150
Hex1367EC5C3807d95532
Octal23147354134700733112562
Binary1001111001111110110010111001110000111110110011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1367EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1367EC; }

 p { color: rgb(19,103,236); }

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

<style>
 a { background-color: #1367EC; }

 a { background-color: rgb(19,103,236); }

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

<style>
 span { border-color: #1367EC; }

 span { border-color: rgb(19,103,236); }

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