#1350F0

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

Shades of Navy Blue #1350F0

Tints of Navy Blue #1350F0

Color information

#1350F0 (or 0x1350F0) is unknown color: approx Navy Blue. HEX triplet: 13, 50 and F0. RGB value is (19,80,240). Sum of RGB (Red+Green+Blue) = 19+80+240=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #1350F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350F0 is #ECAF0F. Grayscale: #4F4F4F. Windows color (decimal): -15511312 or 15749139. OLE color: 15749139.

HSL color Cylindrical-coordinate representation of color #1350F0: hue angle of 223.44º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1350F0 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1980240-
CMYK0.920.6700.06
HSL223.44º88.05%50.78%-
HSV(B)223.44º92.08%94.12%-
XYZ18.8712.1783.79-
YUV80218.2984.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.60%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 240 (94.14% from 255) = 70.80%
R=5.60%
G=23.60%
B=70.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal19802400.920.6700.06223.4488.0550.78
Hex1350F05C4306df5833
Octal231203601341030633713063
Binary10011101000011110000101110010000110110110111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1350F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1350F0; }

 p { color: rgb(19,80,240); }

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

<style>
 a { background-color: #1350F0; }

 a { background-color: rgb(19,80,240); }

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

<style>
 span { border-color: #1350F0; }

 span { border-color: rgb(19,80,240); }

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